View source: R/get_kegg_orgn.R
get_kegg_orgn | R Documentation |
KEGG identifiers do not always make sense. For example, how am I supposed to remember that Leishmania major is lmj? This takes in a human readable string and finds the KEGG identifiers that match it.
get_kegg_orgn(species = "Leishmania", short = TRUE)
species |
Search string (Something like 'Homo sapiens'). |
short |
Only pull the orgid? |
Data frame of possible KEGG identifier codes, genome ID numbers, species, and phylogenetic classifications.
RCurl
## Not run:
fun = get_kegg_orgn('Canis')
## > Tid orgid species phylogeny
## > 17 T01007 cfa Canis familiaris (dog) Eukaryotes;Animals;Vertebrates;Mammals
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.