Subsampled Phylogenetic Tree from the Gentry Dataset
small_tree.Rd
A phylogenetic tree corresponding to the 50 randomly selected taxa used in small_otutab
,
extracted from the gentry
phyloseq object. This tree is intended solely for
illustrative or testing purposes and should not be used for formal phylogenetic analysis.
Format
A phylo
object representing the phylogenetic relationships of the
50 selected taxa.
Details
The tree was extracted by subsetting the original phylogenetic tree in gentry
to include only the taxa corresponding to the sampled subset used in small_otutab
.
Examples
if (FALSE) { # \dontrun{
plot(small_tree)
} # }