Learn R Programming

superFreq (version 1.2.3)

annotateQ: Run VariantAnnotation on the provided variants

Description

Run VariantAnnotation on the provided variants

Usage

annotateQ(q, genome = "hg19", resourceDirectory = "superFreqResources",
  reference, cpus = 1)

Arguments

q

data.frame: The variants to be annotated.

genome

character: hg19, hg38 or mm10.

reference

character: Path to the reference fasta.

cpus

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

annotationDirectory

character: Where the annotation resources are taken from.

Details

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