powered by
taxa_names(physeq)## S3 method for class 'ANY': taxa_names(physeq)## S3 method for class 'phyloseq': taxa_names(physeq)## S3 method for class 'otu_table': taxa_names(physeq)## S3 method for class 'taxonomyTable': taxa_names(physeq)## S3 method for class 'sample_data': taxa_names(physeq)## S3 method for class 'phylo': taxa_names(physeq)## S3 method for class 'XStringSet': taxa_names(physeq)
## S3 method for class 'ANY': taxa_names(physeq)
## S3 method for class 'phyloseq': taxa_names(physeq)
## S3 method for class 'otu_table': taxa_names(physeq)
## S3 method for class 'taxonomyTable': taxa_names(physeq)
## S3 method for class 'sample_data': taxa_names(physeq)
## S3 method for class 'phylo': taxa_names(physeq)
## S3 method for class 'XStringSet': 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