as.treedata.taxonomyTable {MicrobiotaProcess} | R Documentation |
convert taxonomyTable to treedata
## S3 method for class 'taxonomyTable' as.treedata(tree, ...)
tree |
object, This is for taxonomyTable class, so it should be a taxonomyTable. |
... |
additional parameters. |
data(test_otu_data) tree <- as.treedata(phyloseq::tax_table(test_otu_data))