name_or_id2df | R Documentation |
Transfer taxon name or taxid to the lineage dataframe
name_or_id2df(
name_or_id,
mode = "name",
add_prefix = TRUE,
fill_miss_rank = TRUE,
data_dir = NULL
)
name_or_id |
name or taxid |
mode |
"id" or "name" |
add_prefix |
add_prefix |
fill_miss_rank |
fill_miss_rank |
data_dir |
directory containing nodes.dmp and names.dmp (default "/Users/asa/.taxonkit") |
dataframe
## Not run:
name_or_id2df(c("Homo sapiens", "Akkermansia muciniphila ATCC BAA-835"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.