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