Description Usage Arguments Value Examples
This function splits a full taxonomic lineage as a given level and returns the latter half.
1 | taxnamesplit(names, level = "genus")
|
names |
Name string/ vector of name strings |
level |
taxonomic level to split at must be in range phylum to species (default is genus). |
A string (or vector of strings if input is a vector) containing the second part of the input string split at the given taxonomic level.
1 | taxnamesplit("p__Bacteroidetes;c__Bacteroidia","class")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.