taxa_id_dict {orthogene} | R Documentation |
Dictionary of NCBI taxonomy IDs mapped to Latin and common names of 20+ organisms.
taxa_id_dict( species = c("human", "chimp", "monkey", "mouse", "rat", "dog", "cow", "chicken", "zebrafish", "frog", "fly", "worm", "rice"), include_common_names = TRUE )
species |
Species to get dictionary for. Can supply either Latin names (e.g. "Homo sapiens") or common names (e.g, "human"). |
Named list of taxa IDs to organism names.