GATK4 (4.1.2.0) Mutect2 --germline-resource option
0
0
Entering edit mode
4.5 years ago

Hi everybody,

I am new analyzing WES and I try GATK4 workflow for the detection of somatic variants.

I run Mutect2 in tumor-only mode with these commands:

gatk Mutect2 -R reference.ucsc.hg19.fasta -L Target.bed -I input.bam --f1r2-tar-gz input.tar.gz -O output1.unfiltered.vcf --germline-resource af-only-gnomad.raw.sites.hg19.vcf [max-population-af default value = 0.01]
gatk Mutect2 -R reference.ucsc.hg19.fasta -L Target.bed -I input.bam --f1r2-tar-gz input.tar.gz -O output2.unfiltered.vcf [max-population-af default value = 0.01]

For the first command I obtained a vcf with around 40000 variants whereas with the second a vcf with around 100000 variants. I expected that --germline-resource filters out germline variants based on AF in the resource (af-only-gnomad.raw.sites.hg19.vcf).

However I notice that output1.unfiltered.vcf contains variants with POPAF (negative log 10 population allele frequencies of alt alleles) values that correspond to AF (in the resource) more than 0.01.

Does anybody know the logic used by Mutect2 to filter out variants based on germline resource? Is possible that Mutect2 consider other parameters than AF in the resource?

Thank you

Simone

Mutect2 GATK4 • 3.0k views
ADD COMMENT
0
Entering edit mode

Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
code_formatting

ADD REPLY
0
Entering edit mode

Thank you!

This was my first post!

ADD REPLY

Login before adding your answer.

Traffic: 2813 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6