Description Usage Arguments Value Examples
Italicize the taxonomical annotations and place the numerical identifier in brackets. By default,
returns names formatted to work in conjunction with element_markdown
. For example
'Dolosigranulum_pigrum_3' will be formatted into 'Dolosigranulum pigrum (3)' in the figure.
1 | format_OTU(OTU_names, short = F, parse = F)
|
OTU_names |
vector of OTU-names in the form of <genus><species><numerical_id>, e.g. 'Dolosigranulum_pigrum_3' |
short |
whether or not the short name (dropping the species-name if available) should be returned (logical). Default: FALSE |
parse |
option to use in conjunction with |
returns a vector of properly formatted OTU names.
1 | phyloseq::taxa_names(ps_NP)[1:10] %>% format_OTU()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.