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

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

frankkramer-lab/Multipath documentation built on April 30, 2023, 6:08 p.m.