Run VariantAnnotation on the provided variants
annotateQ(q, genome = "hg19", resourceDirectory = "superFreqResources",
reference, cpus = 1)
data.frame: The variants to be annotated.
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 calls VEP on the output from outputSomaticVariants. For this, VEP needs to be callable by system('vep').