taxa_id_dict {orthogene}R 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.


[Package orthogene version 0.99.9 Index]