waldronlab / curatedMetagenomicDataAnalyses

Analyses in R and Python Using curatedMetagenomicData
https://waldronlab.io/curatedMetagenomicDataAnalyses/
Creative Commons Attribution 4.0 International
24 stars 8 forks source link

retrieve raw data #46

Closed bfebles closed 1 year ago

bfebles commented 1 year ago

Hi, Is there a way to get the raw metagenomics fastq files from the listed studies?

lwaldron commented 1 year ago

Hi @bfebles - The curation files under https://github.com/waldronlab/curatedMetagenomicDataCuration/tree/master/inst/curated, or the sampleMetadata object provided by the curatedMetagenomicData package, have a column called NCBI_accession that can be used to download the fastq files when they're publicly available.

bfebles commented 1 year ago

Great. Thank you @lwaldron