Description Usage Arguments Details Value References See Also
View source: R/10_variant.call.MuTect2.R
A wrapper function to run GATK (CombineVariants)
1 | gatk.combinevariants(ref.fa, normal.vcf, minN=2, filteredrecordsmergetype="KEEP_IF_ANY_UNFILTERED", output.dir, run.cmd=TRUE, mc.cores=1)
|
ref.fa |
Reference fasta file |
normal.vcf |
Normal sample vcfs list |
minN |
Parameter value for -minN in GATK CombineVariants. Minimum number of samples to call the variant (default=2) |
filteredrecordsmergetype |
A parameter value for –filteredrecordsmergetype in GATK CombineVariants. Determines how to handle records seen at the same site in the VCF |
output.dir |
Output directory |
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. |
The MuTect2 pipeline employs a "Panel of Normal" to identify additional germline mutations. This method enables a higher level of confidence to be assigned to somatic variants that are called by the MuTect2 pipeline.
pon(panel of normal) vcf file
Sensitive detection of somatic point mutations in heterogeneous cancer samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.