getOrg: Get the kegg code of specific mammalia organism.

Description Usage Arguments Value Author(s) Examples

View source: R/TransGeneID.R

Description

Get the kegg code of specific mammalia organism.

Usage

1
getOrg(organism)

Arguments

organism

Character, KEGG species code, or the common species name. For all potential values check: data(bods); bods. Default org="hsa", and can also be "human" (case insensitive).

Value

A list containing three elements:

org

species

pkgannotation package name

Author(s)

Wubing Zhang

Examples

1
2
ann = getOrg("human")
print(ann$pkg)

MAGeCKFlute documentation built on Nov. 8, 2020, 5:40 p.m.