unpackExacData: unpackExacData

Description Usage Arguments Value Examples

Description

Main entry point to unpack Exac vcf data. Unpacking is needed because multiallelics are hard to deal with, so each alt allele is split into its separate row. Fields which are lists are converted to scalars. FIXME! very slow, need to see if we can optimize

Usage

1
unpackExacData(exacData, transcriptID)

Arguments

exacData

Raw Exac data frame as returned from genomicRTools R package

Value

Data frame with each row being a separate alt allele.

Examples

1
exacData <- unpackExacData(exacData,'ENST0000323456')

gdelangel/genomicRTools documentation built on May 16, 2019, 11:14 p.m.