Converts the Taxmap object to the phyloseq_format.
as_phyloseq_format(obj, otu_table = "otu_abundance", tax_data = "otu_annotations", sample_data = "sample_data", phy_tree = "phy_tree")
obj | An object to be converted to a Taxmap object with |
---|---|
otu_table | The name of the observation table with OTU data. Default: NULL |
tax_data | The name of the observation table with taxonomic annotations. Default: NULL |
sample_data | The name of the observation table with metadata. Default: NULL |
phy_tree | The name of the observation data with the phylogenetic tree. Default: NULL |
A Taxmap object in the phyloseq_format.
See the MicrobiomeR_Formats documentation.