getClinSig: Get clinical significance by querying a tabix indexed bed...

Description Usage Arguments Value

View source: R/preProcessSnvIndel.R

Description

Get clinical significance by querying a tabix indexed bed file

Usage

1
getClinSig(df, db.path, verbose = T)

Arguments

df

A bed file like dataframe containing the columns: chrom, pos, ref, alt

db.path

Path to a tabix indexed bed file with the clinical significance annotations (e.g. from ClinVar). This bed file should contain the columns (in this order): chrom, pos, ref, alt, clinsig, id. However, it should not have colnames.

verbose

Show progress messages?

Value

A character vector of the clinical significance annotations


luannnguyen/hmfGeneAnnotation documentation built on May 6, 2020, 1:07 p.m.