getOmimToKEGG | R Documentation |
Get Omim to KEGG Genes relations from OMIM
getOmimToKEGG(omimIds)
omimIds |
list of OMIM Ids |
Dataframe of the Genes-OMIM relation
should be preceded by calling romim::set_key('KEY'). The KEY could be requested via omim's official website.
Mohammad Al Maaz
library(romim)
romim::set_key('KEY')
kEGG2OMIM = getOmimToKEGG(c("611137", "613733", "603816"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.