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?
• 1,107 views
•
link
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.
• 0 views
•
link
Log in to answer this question.