Learn R Programming

GUniFrac (version 1.2)

throat.otu.tab: OTU count table from 16S sequencing of the throat microbiome samples.

Description

It is part of a microbiome data set for studying the effect of smoking on the upper respiratory tract microbiome. The original data set contains samples from both throat and nose microbiomes, and from both body sides. This data set comes from the throat microbiome of left body side. It contains 60 subjects consisting of 32 nonsmokers and 28 smokers.

Usage

data(throat.otu.tab)

Arguments

Format

The format is: chr "throat.otu.tab"

Details

The OTU table is produced by the QIIME software. Singleton OTUs have been discarded.

Examples

Run this code
# NOT RUN {
data(throat.otu.tab)
## maybe str(throat.otu.tab) ; plot(throat.otu.tab) ...
# }

Run the code above in your browser using DataLab