Description Usage Arguments Details See Also
Identify and filter single nucleotide variations in an input bam file.
1 2 3 4 5 6 7 8 9 10 11 |
bam |
a sam/bam file prepared for variant calling |
reference |
a reference fasta ( |
vcf |
an output gzipped |
normal |
optional matched normal samples, either |
pon |
optional Panel of Normals, see |
germline |
optional a vcf file of germline population contaning allelic fractions |
ps |
optional a parameter string passed to GATK Mutect2 call |
outdir |
optional an output directory for intermediate files |
remake |
optional remake the output if it already exists |
This is a convenience function that chains individual GATK calls to identify and filter SNVs. Following steps are performed:
Mutect2
– calls variant using the GATK Mutect2 variant caller
FilterMutectalls
– filter the raw output from Mutect2
vcftools
– a non GATK call to preserve only single nucleotide variants
GATK and GATKR6 for a binding to indiviual GATK functions,
gatk_prepare and gatk_make_pon for other convenience functions build on GATK calls,
vcftools_filter()
for more information on the vcftools
call used in this function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.