runVEP: Run VEP on the provided variants

View source: R/runVEP.R

runVEPR Documentation

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').


ChristofferFlensburg/superFreq documentation built on Nov. 15, 2023, 6:15 a.m.