Map taxa to open tree of life
map_to_ott(
x,
db,
from = "ncbi",
resolve_synonyms = TRUE,
dir = NULL,
filter_unplaced = TRUE,
remove_na = FALSE,
quiet = FALSE
)
a DNAbin
an OTT taxonomic database
the existing taxonomic ID format
Whether to resolve synonyms
A directory containing the OTT taxonomy, required if resolve synonyms is true
Whether to filter 'bad' entries. These include incertae_sedis major_rank_conflict unplaced environmental inconsistent extinct hidden hybrid not_otu viral barren See: https://github.com/OpenTreeOfLife/reference-taxonomy/blob/master/doc/taxon-flags.md for more info
Whether taxa that could not be mapped to the open tree of life should be removed
Whether progress should be printed to console