Runs VEP on a R and plot directory that superFreq has been run on.
postAnalyseVEP(outputDirectories, inputFiles = NA, metaData = NA,
genome = "hg19", cpus = 1, cosmicDirectory = "", vepCall = "vep",
forceRedo = F)
named list with Rdirectory and plotDirectory.
named list as in analyse.
character: such as 'hg19', 'hg38' or 'mm10'
integer. maximum number of parallel threads.
character: path to COSMIC directory. (optional)
boolean: if TRUE, previously saved data is ignored and overwritten.
Runs VEP on the variants, and saves the variants (retrivable with loadData) with the addition information from VEP, and COSMIC if provided.