clinvar_gene: Extracting genes from clinvar database NCBI.

Description Usage Arguments Value Examples

View source: R/gene_extract.r

Description

Extracting genes from clinvar database NCBI.

Usage

1
clinvar_gene(terms, clinvar, downloadClinvar, omimID = NULL)

Arguments

terms

Single or Multiple Terms.

clinvar

character clinvar database location.

downloadClinvar

boolean If TRUE, download the gtr database. Default FALSE.

omimID

numeric Omim Id for disease.

Value

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

Examples

1
2
3
4
5
6
terms="Liver cirrhosis"
clinvar = system.file("extdata", "localPDB/", package="nanotatoR")
downloadClinvar = FALSE
ge <- clinvar_gene(terms = terms, clinvar = clinvar, 
downloadClinvar = downloadClinvar, 
omimID = "OMIM:118980")

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