as.treedata.taxonomyTable {MicrobiotaProcess}R Documentation

as.treedata

Description

convert taxonomyTable to treedata

Usage

## S3 method for class 'taxonomyTable'
as.treedata(tree, ...)

Arguments

tree

object, This is for taxonomyTable class, so it should be a taxonomyTable.

...

additional parameters.

Examples

data(test_otu_data)
tree <- as.treedata(phyloseq::tax_table(test_otu_data))

[Package MicrobiotaProcess version 1.2.2 Index]