omim_gene: Extracting genes from OMIM database NCBI.

Description Usage Arguments Value Examples

View source: R/gene_extract.r

Description

Extracting genes from OMIM database NCBI.

Usage

1

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

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

VilainLab/Nanotator documentation built on Oct. 9, 2021, 8:59 p.m.