Description Usage Arguments Details References See Also
View source: R/08_variant.call.VarScan2.R
A wrapper function to run VarScan2 (processSomatic)
1 | processSomatic(fns.vcf, output.dir, min_tumor_freq=0.1, max_normal_freq=0.05, p_value=0.07, run.cmd=TRUE, mc.cores=1)
|
fns.vcf |
varscan output file path |
output.dir |
Output directory |
min_tumor_freq |
A parameter value for –min-tumor-freq in varscan2. Minimum variant allele frequency in tumor (default:0.10) |
max_normal_freq |
A parameter value for –max-normal-freq in varscan2. Maximum variant allele frequency in normal (default:0.05) |
p_value |
A parameter value for –p-value in varscan2. P-value for high-confidence calling (default:0.07) |
run.cmd |
Whether to execute the command line (default=TRUE) |
mc.cores |
The number of cores to use. Must be at least one(default=1), and parallelization requires at least two cores. |
processSomatic will separate a somatic output file by somatic_status (Germline, Somatic, LOH). Somatic mutations will further be classified as high-confidence (.hc) or low-confidence (.lc).
VarScan 2: somatic mutation and copy number alteration discovery in cancer by exome sequencing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.