omim_gene {nanotatoR}R Documentation

Extracting genes from OMIM database NCBI.

Description

Extracting genes from OMIM database NCBI.

Usage

omim_gene(terms, omim)

Arguments

terms

character Single or Multiple Terms.

omim

character omim database location.

Value

Dataframe returned containing gene lists in entrezid and Gene Symbols, and terms associated with it

Examples

terms="Liver cirrhosis"
omim = system.file("extdata", "mim2gene.txt", package="nanotatoR")
ge <- omim_gene(terms = terms, omim = omim)

[Package nanotatoR version 1.9.1 Index]