powered by
taxa_names(physeq)
phyloseq-class
otu_table-class
taxonomyTable-class
phylo
physeq
# data("esophagus") tree <- phy_tree(esophagus) OTU1 <- otu_table(esophagus) taxa_names(tree) taxa_names(OTU1) physeq1 <- phyloseq(OTU1, tree) taxa_names(physeq1)
Run the code above in your browser using DataLab