gatherGenes: Annotate disease-related genes

Description Usage Arguments Value Author(s) References Examples

Description

Takes the disease file and annotates each gene using NCBI Gene and Ensembl.

Usage

1
gatherGenes(disease_file)

Arguments

disease_file

The disease data frame returned from gatherDiseases(keyword)

Value

A data frame where each row is a gene. Includes information about phenotype, location, and exons.

Author(s)

Kate Sanders

References

https://www.ncbi.nlm.nih.gov/gene/ http://grch37.ensembl.org/biomart/martview/a751c8ace82f5c63091516237797a2fe

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as

diseases <- gatherDiseases("Kidney Disease")
genes <- gatherGenes(diseases)

SandersKM/MendelianVariants documentation built on May 12, 2019, 4:35 a.m.