How to filter mutect2 VCF output?
1
2
Entering edit mode
6.8 years ago
Whoknows ▴ 960

Hi

I have ran mutect2 on a Blood and FFPE samples for finding somatic variations; Mutect2 found ~20k mutations,

Actually, I'm new in cancer area and I wonder if anybody help me to find a way to reduce number of mutations.

1- Which field you suggest for filtration?

2- Can I use tool like Vcffilter for this part?

cheers.

gatk mutect2 SNP alignment • 5.4k views
ADD COMMENT
2
Entering edit mode
6.8 years ago
poisonAlien ★ 3.2k

Straight forward way to filter mutect2 vcf is to use all variants with PASS filter. Unlike mutect1 which had KEEP or REJECT tags, mutect2 annotates variants with various filters (possible reason why a particular variant is filtered).

Using vcftools something like this

vcftools --vcf foo.vcf --remove-filtered-all --recode --out foo_pass
ADD COMMENT

Login before adding your answer.

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