DataONE:GEO reuse study/Phase 1: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
m (→‎Important for argument: fixed copy and paste error)
(streamline content to point to protocol page)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Research Plan==
==Aim==
===Overview===
* Query GEO for all GDS and GDS accession numbers for datasets submitted in 2007
* Query PubMed Central for these accession numbers in the full text of PMC papers published between 1900 and 2009
* Enumerate the PMC papers that reused GEO data
* Estimate what percent of these papers depended on the GEO data for their scientific contribution


===Query details===
==Background==
* accession number formats:
** look at both GSE and GDS accession numbers
** use both the raw ID number like 200007572 and the stripped version without the 200... prefix.  For example, search for both 200007572 and 7572
** search for both accession number right beside the prefix, and with one space in between, so "GSE 7572" and "GSE7572"


===Exclude data creation studies===
==Methods==
* spot-check to make sure accession number is in the context of reuse... looks like there may be a few mentions in the context of depost in which the article is not tagged with pmc_gds[filter] (example: PMCID 2396644)
===Overview===
** do this for all the PMC article hits?  looks like there are a few missing the filter, and it matters because it would erroneously inflate our reuse estimate
* Using the method outlined at [[DataONE:Protocols/Find_GEO_reuses]]:
** could use query from my BioLink paper: 
** Query GEO for all GDS and GDS accession numbers for datasets submitted in 2007
  (geo OR omnibus)
** Query PubMed Central for these accession numbers in the full text of PMC papers published between 1900 and 2009
  AND microarray
** Enumerate the PMC papers that reused GEO data
  AND "gene expression"     
** Estimate what percent of these papers depended on the GEO data for their scientific contribution
  AND accession
  NOT (databases
        OR user OR users
        OR (public AND accessed)
        OR (downloaded AND published))
** or the more simple: 
  "gene expression omnibus” AND (submitted OR deposited)
** to do this transparently, query PMC results for each of these words:
*** submitted
*** deposited
*** user*
*** public
*** accessed
*** downloaded
*** published
 
===Estimate time lag for reuse===
To estimate time lag:
* extract year
 
===Estimate what percentage of reusers weren't the original authors===
* see if AND pubmed_gds and NOT pmc_gds have any author overlaps?  (note AND should be pubmed!)
* other idea: institution comparison using medline info
* better than submitter, because submitter not the whole story
* better than institution, because institution not precise in submission
 
===Estimate what percent of reuse created "new science"===
* classify if methods or informatics:
** journal name has informatics
** mesh term for methods?
* look at mesh overlap?
* look for metaanalysis mesh term?
 
===Estimate what percent of these papers depended on the GEO data for their scientific contribution===
** Any good ideas on how to do this efficiently?
*** find those which are/are not in informatics journals
*** that use "methods" MeSH terms
*** ??
 
===Estimate the fraction of all papers that are in PMC===
* use "gene expression profiling"[mesh] query in PMC vs PubMed over time period in question to get relevant estimate
** restrict from 2007 to 2009
** result: 
  number of articles in PMC:  6311,
  number of articles in PubMed:  21569,
  so PMC contains 29.26% of related papers
* so we should multiply our number of scientific papers by about 3 to get estimate for all of scientific publishing
 
==Uses==
* could use this data to look at average elapsed time between data submission and reuse, but only have short time period to consider
* could use this data to see how many publications use any one dataset
* can't use this particular data to see how many datasets each publication uses, because only looking at datasets from a given year
 
==Notes==
* this query PMC full-text approach is similar (as per correspondence with GEO team) to that used by the GEO team to compile the 3rd party reuse page:  http://www.ncbi.nlm.nih.gov/projects/geo/info/ucitations.html
* would be nice to figure out how to write all of these columns to google docs directly from code
 
 
==Open Questions==
 
==Limitations==
===Important for argument===
This is a conservative estimate because:
*  our estimates do not consider reuses after our study timeframe
** many datasets we are considering will continue to be used in the future... these reuses are obviously not continued in our estimate
** could estimate this impact if we examine data deposited 7 years ago?
* Many papers not in PubMed Central
** using "gene expression profiling"[mesh] query in PMC vs PubMed over 2007-2009 suggests PMC contains 30% of all related papers in PubMed
* our methods do not find studies that both create and reuse data
** to narrow down our query results, we automatedly eliminate studies that create data... even though these same studies may also reuse data
** we don't have an estimate of how many this is, would require manual inventory
* Many data citations not attributed using accession numbers
** don't have a good way to estimate this yet
** would require a manual inventory, similar to Sarah's data citation inventory in DataONE summer 2010 project
** maybe out-of-scope to get this estimate for this project, just admit it is an underestimate
 
===Less important for argument===
* Doesn't capture reuse outside the peer-reviewed literature (for example, reuse during training)
* Deposits into PMC not stable over time, distribution may change over time
 
==Brainstorming==
 
<<From email to Todd in February 2010>>
 
I'm thinking that analysis of GEO data reuse could enable some interesting, straight-forward analysis relevant to "value of data that is being lost."
 
One of the themes of John Wilbanks's talk at the Science Commons symposium was that science, and science data, should be generative (ala Jonathan Zittrain:  “Generativity is a systems capacity to produce unanticipated change from unfiltered contributions from broad and varied audiences").
 
Illustrating that a significant proportion of deposits to GEO have resulted in generative science would imply that data *not* submitted to GEO is a real loss to the scientific community's ability to "produce unanticipated change" and thus a loss of value. 
 
Specifically, here's what I have in mind:
* Search the full text of all papers in PubMed Central for mention of each GEO accession number.  Exclude papers that are in the "primary citation field" for that accession number.  (This is the mechanism used to generate GEO's reuse list, I confirmed recently).
* For each of the PMC articles that reuse GEO data, collect PubMed metadata about authors, MeSH indexing terms, date of publication, etc.
* For each GEO dataset with at least one reusing article, collect metadata from GEO and PubMed
 
This would facilitate many possible analyses:
*as you proposed, investigate if there is indeed a "long tail" of data reuse.  Are just a few datasets reused many times, or are many datasets reused?
*look at the rate of reuse over time, to see if it is accelerating relative to the rate of deposit
* how often are the reusers from the same institution as the data submitters, and how often is it someone from a different institution or country?  (I could imagine * a map here, with arrows from data creation to data use.)  Is the distribution of distinct authors and institutions flatter in reuse than in creation, indicating the inclusion of a broad audience?
* to what extent are the topics of papers that create data the same as the topics of papers that reuse the data?  For example, if we clustered the creation and reuse articles, would the creation papers cluster together, separately from the reuse articles, or would the (create, reuse) pairs usually cluster together?
* to what degree do the creation and reuse papers participate in the same scientific conversations?  Are there often papers that cite both, or do their "citation webs" or co-authorship webs rarely overlap?
* investigate the topics and methods of the reuse papers, via metadata.  Are they meta-analyses?  bioinformatics tool-building papers?  clinical validation?  microarray-creating studies themselves?  A diverse set of uses would be evidence of generativity.


===Details===
* see [[DataONE:Protocols/Find_GEO_reuses]]


There are limitations to this data, obviously, but I don't think they undermine the analyses since they mostly imply our results are conservative estimates:
==Results==
We are not capturing all instances of reuse:
* only including reuse that is reflected in citations (doesn't include training, use in unpublished research)
* only capturing citations that refer to GEO deposits by their accession number (in this domain data attributions are often citations to the original papers instead, or by mentioning a GEO search criterion.  Some of these datasets are also mirrored into other databases, so the data could be cited using a different set of accession numbers)
* only capturing reuse by papers in PubMed Central (a narrow slice of science papers)


Comments from Todd:
==Discussion==
* I'm imagining a simple plot of (a) the number of papers depositing in GEO (or the number of deposits, if that is different), to (a) the number of papers citing GEO (or the number of citations to GEO where there may be >1 per paper).
* I like the idea of testing the flatness of contributors relative to reusers.  That speaks to the value of data sharing outside of small social groups.

Latest revision as of 13:58, 14 July 2010

Aim

Background

Methods

Overview

  • Using the method outlined at DataONE:Protocols/Find_GEO_reuses:
    • Query GEO for all GDS and GDS accession numbers for datasets submitted in 2007
    • Query PubMed Central for these accession numbers in the full text of PMC papers published between 1900 and 2009
    • Enumerate the PMC papers that reused GEO data
    • Estimate what percent of these papers depended on the GEO data for their scientific contribution

Details

Results

Discussion