omim_gene: Extracting genes from OMIM database NCBI.

View source: R/gene_extract.r

omim_geneR 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)

VilainLab/nanotatoR documentation built on Aug. 3, 2024, 12:46 a.m.