Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getSRA() did not return all available study (SRP*/ERP*/DRP*) IDs #21

Open
parnika91 opened this issue Feb 7, 2019 · 1 comment
Open

Comments

@parnika91
Copy link

parnika91 commented Feb 7, 2019

Hello,

I downloaded SRAmetadb.sqlite on Jan 31, 2019 by running if(!file.exists('SRAmetadb.sqlite')) sqlfile <<- getSRAdbFile(). I wanted to do a fulltext search to get all studies that have submitted RNA-seq data on malaria using rs_malaria <- getSRA( search_terms = "malaria", out_types = c('sra'), sra_con ). I did the same search using "Plasmodium" as the search term and selected the RNA-seq studies among them all. However, I am missing several studies that contain one or both of these words on SRA.

For example, from this search I get the ID "DRP000987", which is RNA-seq data from this paper: (https://genome.cshlp.org/content/early/2014/08/03/gr.158980.113). DRP000987 was published on SRA (wondering if I get the meaning of "published" right) on 2014-05-14. The corrigendum of this article (https://genome.cshlp.org/content/28/8/1253.full) mentions another dataset, DRP001953, which was published on SRA on 2018-05-27. But I do not get DRP001953 from this getSRA() search.

I also tried dbGetQuery by mentioning "malaria" or "Plasmodium" in study_title, study_abstract, experiment_title and sample_attribute. But the result is the same.

What am I misunderstanding?

I hope this will be reproducible. Thanks in advance for your help. Also, many thanks for the package!

Best wishes,
Parnika.

@avitalsteiman
Copy link

avitalsteiman commented Mar 7, 2019

Hi there,
I also found that studies from the last few months are not available yet. When will SRAmetadb.sqlite be updated? And do we need to re-download it or is there a way to update?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants