Skip to content

R package for fetching and parsing data of the Human Microbiome Compendium

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

blekhmanlab/MicroBioMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microbiome Compendium

Our dataset includes more than 168,000 samples of publicly available 16S rRNA amplicon sequencing data, all processed using the same pipeline and reference database.

The goal of the MicroBioMap package is simply to expose these data to the broad community of Bioconductor and R users with the smallest fuss possible.

See the vignette for more details.

Installation

For the smoothest installation experience, use the BiocManager Bioconductor package.

BiocManager::install('blekhmanlab/MicroBioMap')

Usage

Load the compendium using:

library(MicroBioMap)
cpd <- getCompendium()

The resulting object is a TreeSummarizedExperiment object. Currently, the "tree" part of the TreeSummarizedExperiment is not populated, but that is on the roadmap.

After loading the compendium, you will have immediate access to nearly 170,000 microbiome samples.

The getCompendium function retrieves data stored by Zenodo and accepts an optional parameter indicating which version to download—for example, getCompendium('1.0.1'). Version 1.1.0 is retrieved by default.

About

R package for fetching and parsing data of the Human Microbiome Compendium

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •  

Languages