get_gene: Get gene/s from an OMIM ID

Description Usage Arguments Examples

View source: R/get_gene.R

Description

Returns the gene/s associated with an OMIM entry. Entries such as 109400 are associated with more than one gene. The function assumes that the gene symbol is stored in the XML node /omim/entryList/entry/phenotypeMapList/phenotypeMap/geneSymbols.

Usage

1
get_gene(my_xml)

Arguments

xml

XML result from get_omim()

Examples

1
get_gene(get_omim(303600, geneMap=TRUE))

davetang/romim documentation built on May 11, 2021, 8:01 a.m.