getOmimToUPKB: Get Omim to UPKB relations from OMIM

View source: R/Intraedges.R

getOmimToUPKBR Documentation

Get Omim to UPKB relations from OMIM

Description

Get Omim to UPKB relations from OMIM

Usage

getOmimToUPKB(omimIds)

Arguments

omimIds

list of OMIM Ids

Value

Dataframe of the Proteins-OMIM relation

Note

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

Examples

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

## End(Not run)

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