Description Usage Arguments Value Examples
Join a dataframe with a taxonomy table.
1 |
df |
Dataframe containing an OTU key column (resulting from a prior call to |
tax_df |
Taxonomy table. |
tax_levels |
Vector specifying which taxonomic levels to join from |
A dataframe resulting from using inner_join
on df
and tax_df
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.