GEVERS: Inflammatory bowel disease gut microbiome data

Description Usage Format Source References Examples

Description

Subset of samples from the 16S amplicon Gevers et al pediatric inflammatory bowel disease (IBD) dataset. The data include 200 gut samples, 100 of which are controls, spanning 991 OTUs. Three tables are included: an OTU table generated via QIIME, picked against GreenGreens 13.5 at 97 similarity; a taxonomy reference table, and a sample metadata table that includes diagnosis and PCDAI scores, a continuous measure of disease burden.

Usage

1

Format

A list containing a 200x991 matrix (OTU), a 991x7 matrix (TAX), and a 200x3 dataframe (META).

Source

BioProject: PRJNA237362. (PubMed)

References

Gevers, D., Kugathasan, S., Denson, L.A., et al. (2014). The Treatment-Naive Microbiome in New-Onset Crohn’s Disease. Cell Host Microbe 15, 382–392. (PubMed)

Examples

1
2
3
hist(log(GEVERS$OTU + 1),100)
table(GEVERS$META$DIAGNOSIS)
boxplot(subset(GEVERS$META,DIAGNOSIS == 'CD')[['PCDAI']])

Example output

Loading required package: Rcpp

     CD Not IBD 
    100     100 

themetagenomics documentation built on May 1, 2020, 1:06 a.m.