Learn R Programming

GUniFrac (version 1.2)

throat.tree: UPGMA tree of the OTUs from 16S sequencing of the throat microbiome samples.

Description

The OTU tree is constructed using UPGMA on the K80 distance matrice of the OTUs. It is a rooted tree of class "phylo".

Usage

data(throat.tree)

Arguments

Format

The format is: chr "throat.tree"

Details

The OTUs are produced by the QIIME software. Singleton OTUs have been discarded.

Examples

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

Run the code above in your browser using DataLab