getGene: getGene

Description Usage Arguments Value Examples

Description

A function to qurey gene panels by gene#'

Usage

1
getGene(gene, filter = NULL)

Arguments

gene

a character vector of HGNC gene symbols

Value

A dataframe of gene panels for the specified gene/s

Examples

1
2
res <- getGene("BRCA1")
res <- getGene("BRCA1", filter=list(ModeOfPathogenicity="loss_of_function"))

melsiddieg/panelAppR documentation built on May 15, 2019, 3:32 p.m.