Description Usage Arguments Details Value Examples
Get concise taxonomic labels for microbes
1 2 3 4 5 | assign_concise_taxonomy(
tax_level = "ASV",
logratio = "alr",
other_category = 0
)
|
tax_level |
taxonomic level at which to agglomerate data |
logratio |
logratio representation to use (e.g. "alr", "clr", "none") |
other_category |
"Other" taxonomic category of collapsed low abundance taxa (if available) |
If other_category is provided, these taxa will be rendered as *LR(Other).
readable list of taxonomic labels (e.g. of the form "CLR(phylum Tenericutes)")
1 | tax_labels <- assign_concise_taxonomy(tax_level="ASV", logratio="alr", other_category=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.