taxa_id_dict: Taxa ID dictionary

View source: R/taxa_id_dict.R

taxa_id_dictR Documentation

Taxa ID dictionary

Description

Dictionary of NCBI taxonomy IDs mapped to Latin and common names of 20+ organisms.

Usage

taxa_id_dict(
  species = c("human", "chimp", "monkey", "mouse", "rat", "dog", "cow", "chicken",
    "zebrafish", "frog", "fly", "worm", "rice"),
  include_common_names = TRUE
)

Arguments

species

Species to get dictionary for. Can supply either Latin names (e.g. "Homo sapiens") or common names (e.g, "human").

Value

Named list of taxa IDs to organism names.


neurogenomics/orthogene documentation built on Jan. 30, 2024, 4:44 a.m.