taxa_names | R Documentation |
Get species / taxa names.
taxa_names(physeq) ## S4 method for signature 'ANY' taxa_names(physeq) ## S4 method for signature 'phyloseq' taxa_names(physeq) ## S4 method for signature 'otu_table' taxa_names(physeq) ## S4 method for signature 'taxonomyTable' taxa_names(physeq) ## S4 method for signature 'sample_data' taxa_names(physeq) ## S4 method for signature 'phylo' taxa_names(physeq) ## S4 method for signature 'XStringSet' taxa_names(physeq)
physeq |
|
A character vector of the names of the species in physeq
.
ntaxa
# data("esophagus") tree <- phy_tree(esophagus) OTU1 <- otu_table(esophagus) taxa_names(tree) taxa_names(OTU1) physeq1 <- phyloseq(OTU1, tree) taxa_names(physeq1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.