This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Relevance of alignments filtering before variant calling

Hello everyone,

Searching the literature, I noticed that in several (many) papers or bioinformatic pipelines, no filtering of alignments is performed, but why? I personally discard alignments with at least MAPQ<20 before performing variant calling, What do you think?

filtering wgs alignment variant

1 answer

I noticed that in several (many) papers or bioinformatic pipelines, no filtering of alignments is performed

IMHO, this is wrong, people calling with gatk HaplotypeCaller have a default filter on MAPQ=20

--minimum-mapping-quality:Integer
                              Minimum mapping quality to keep (inclusive)  Default value: 20. 

Log in to answer this question.