In which condition, a read's mapping quality can be zero? (BWA) How can this kind of reads being used in variant calling or just be filtered out.
Thanks.
In which condition, a read's mapping quality can be zero? (BWA) How can this kind of reads being used in variant calling or just be filtered out.
Thanks.
Zero mapping quality indicates that the read maps to multiple locations. Note that this behavior is BWA specific.
It has zero chance of being a uniquely mapped read, because it actually was mapped elsewhere.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Variant callers ignore reads with mapping quality zero
Can anyone explain why there are a lot of MQ0 reads in some particular regions (almost all reads are MQ0)?
if a region is duplicated then all the reads mapping there will also map elsewhere - In general please ask questions as a new standalone question rather than adding them as an answer
In the case of being mappable in multiple places, if it mapped slightly better to one region then would it have a mapping quality > 0?