getOmimToKEGG: Get Omim to KEGG Genes relations from OMIM

View source: R/Intraedges.R

getOmimToKEGGR Documentation

Get Omim to KEGG Genes relations from OMIM

Description

Get Omim to KEGG Genes relations from OMIM

Usage

getOmimToKEGG(omimIds)

Arguments

omimIds

list of OMIM Ids

Value

Dataframe of the Genes-OMIM relation

Note

should be preceded by calling romim::set_key('KEY'). The KEY could be requested via omim's official website.

Author(s)

Mohammad Al Maaz

Examples

## Not run:  
library(romim)
romim::set_key('KEY')
kEGG2OMIM = getOmimToKEGG(c("611137", "613733", "603816"))

## End(Not run)

frankkramer-lab/Multipath documentation built on June 12, 2025, noon