View source: R/parse-taxonomy.R
| parse_semicolon_delimited | R Documentation |
Parses labels like d__Bacteria;p__Cyanobacteriota;c__Cyanobacteriia;...
where empty values like s__ are parsed as NA.
parse_semicolon_delimited(labels, levels = NULL, sep = ";")
labels |
Character vector of tip labels |
levels |
List with codes and names vectors for taxonomy levels. |
sep |
Character. Separator between taxonomy ranks. Default: |
data.frame with taxonomy columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.