You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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 usingrs_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.
The text was updated successfully, but these errors were encountered: