How to interpret the output of gatk?
1
0
Entering edit mode
4.9 years ago
Laven9 • 0

Recently I run Gatk-Mutect2 to call the somatic mutations in my data, but I get a lot more (too much and seems abnormal) mutations than I expected. I supposed that there should be some filter I need to do to filter out those germline mutations. But I am not quite sure what filters should I do. Is there a column that contains information of germline or somatic? Or is there any steps I should run?

I only run Mutect2 (input:bam) to get my result.

gatk mutect2 vcf2maf • 1.5k views
ADD COMMENT
0
Entering edit mode
4.9 years ago

It seems like you ran tumor-only mode of Mutect2. Did you only put tumor bam file as an input?

Mutect2 needs 2 bam files for accurate mutation calling: tumor and its matching normal.

If you just use a tumor bam file, it will also call false positives which may lead to larger number of somatic mutations.

You could refer https://software.broadinstitute.org/gatk/documentation/tooldocs/3.8-0/org_broadinstitute_gatk_tools_walkers_cancer_m2_MuTect2.php

for the other command options.

ADD COMMENT

Login before adding your answer.

Traffic: 2388 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