Learn R Programming

superFreq (version 1.2.3)

annotateSomaticQs: Run VariantAnnotation on the provided samples

Description

Run VariantAnnotation on the provided samples

Usage

annotateSomaticQs(qs, genome = "hg19",
  resourceDirectory = "superFreqResources", reference, cpus = 1)

Arguments

qs

list of data.frame: The variants to be annotated by sample

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 uses the VariantAnnotation package to annotate somatic variants. PolyPHen, SIFT and exon number are removed when switching from VEP.