Description Usage Arguments Details Value References See Also
View source: R/10_variant.call.MuTect2.R
A wrapper function to run GATK (MuTect2)
1 | gatk.mutect2(normal.bam, sample.name, ref.dbSNP, cosmic.vcf, output.dir, run.cmd=TRUE, mc.cores=1)
|
normal.bam |
BAM files of normal samples |
sample.name |
A character vector for the sample names |
ref.dbSNP |
Known SNP sites reference vcf |
cosmic.vcf |
Known variant sites of cosmic database vcf file |
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. |
MuTect2 is a somatic SNP and indel caller that combines the DREAM challenge-winning somatic genotyping engine of the original MuTect (Cibulskis et al., 2013) with the assembly-based machinery of HaplotypeCaller. This function takes normal samples as input to make the panel of normal (pon).
Only normal sample vcf files.
Sensitive detection of somatic point mutations in impure and heterogeneous cancer samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.