Run VariantAnnotation on the provided samples
annotateSomaticQs(qs, genome = "hg19",
resourceDirectory = "superFreqResources", reference, cpus = 1)
list of data.frame: The variants to be annotated by sample
character: hg19, hg38 or mm10.
character: Path to the reference fasta.
integer: The number of cpus to be used as most.
character: Where the annotation resources are taken from.
This function uses the VariantAnnotation package to annotate somatic variants. PolyPHen, SIFT and exon number are removed when switching from VEP.