Description Usage Arguments Details Value
The output will have tax_table
defined based on
the assigned taxa in phylotax
, and phy_tree
defined based on the tree in phylotax
, if one is present.
1 | phylotax_to_phyloseq(phylotax, otu_table, ..., use_tree = TRUE)
|
phylotax |
( |
otu_table |
( |
... |
Additional arguments to pass to |
use_tree |
( |
The resulting object will contain all taxon labels found in both
otu_table
and the tree associated with phylotax
, if any. Taxon labels
with no assignments in phylotax
will have NA
for all ranks in the
output's taxonomy table.
A phyloseq::phyloseq
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.