Learn R Programming

superFreq (version 1.2.3)

runVEP: Run VEP on the provided variants

Description

Run VEP on the provided variants

Usage

runVEP(variants, plotDir, cpus = 1, genome = "hg19", vepCall = "vep",
  forceRedoVEP = F, rareGermline = T)

Arguments

variants

variants: The variants to be VEPed.

plotDir

character: The plot directory where outputSomatics have been run.

cpus

integer: The number of cpus to be used as most.

forceRedoVEP

Logical: if VEP should be rerun even if saved data already exists.

Details

This function calls VEP on the output from outputSomaticVariants. For this, VEP needs to be callable by system('vep').