getOrg {MAGeCKFlute} | R Documentation |
Get the kegg code of specific mammalia organism.
getOrg(organism)
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). |
A list containing three elements:
org |
species |
pkg
annotation package name
Wubing Zhang
ann = getOrg("human") print(ann$pkg)