powered by
This function splits a full taxonomic lineage as a given level and returns the latter half.
taxnamesplit(names, level = "genus")
Name string/ vector of name strings
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.
# NOT RUN { taxnamesplit("p__Bacteroidetes;c__Bacteroidia","class") # }
Run the code above in your browser using DataLab