Description Usage Arguments Examples
convert taxonomyTable to treedata
1 2 | ## S3 method for class 'taxonomyTable'
as.treedata(tree, ...)
|
tree |
object, This is for taxonomyTable class, so it should be a taxonomyTable. |
... |
additional parameters. |
1 2 | data(test_otu_data)
tree <- as.treedata(phyloseq::tax_table(test_otu_data))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.