MAPQ algorithms of Giraffe
1
0
Entering edit mode
3 months ago
gulin • 0

Hello! I am comparing my giraffe mapping result with bwa-mem result (aligned to linear reference). The MAPQ algorithms in two different mapping tools is different or not? Can I use same threshold(such as MAPQ>30) to filter the reads? Or they have different meanings in different mapping tools?

giraffe vg • 471 views
ADD COMMENT
0
Entering edit mode
3 hours ago
anovak ▴ 160

vg giraffe does not use the exact same MAPQ algorithm as bwa-mem. However, its mapping qualities are still meant to be Phred-scale probabilities of a read being mapped to the wrong place. (They might not always be well-calibrated probability estimates that truly reflect the probability of a read being mismapped, depending on how good or bad Giraffe is at its job.) So MAPQ > 30 means the same thing for Giraffe and for bwa-mem, but the resulting populations of reads you select with it might still be importantly different.

If you want to compare Giraffe and BWA MAPQ calibration, Supplementary Figure 5 in the Giraffe paper has an evaluation of how well-calibrated Giraffe and BWA MEM mapping qualities are on simulated reads.

ADD COMMENT

Login before adding your answer.

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