Closed sandbardev closed 5 years ago
"too low aQual" means that the alignment quality (5th column in a SAM file, a.k.a. "MAPQ") is below the user-chosen threshold
"not aligned" means that the read was reported but no alignment was found. I suppose that TopHat2 omits these reads from the SAM file.
"too low aQual" means that the alignment quality (5th column in a SAM file, a.k.a. "MAPQ") is below the user-chosen threshold
This was exactly what I was looking for. Thank you. As a follow up, please consider adding information on the source of that value to the htseq documentation. Right now it only mentions the default threshold being 10 as of version 0.5.4.
If the documentation really doesn't say so, we should add it.
Hence reopening the issue to serve as reminder to do so.
Admittedly, it does mention what it is, just not where it comes from:
-a
, --a= skip all reads with alignment quality lower than the given minimum value (default: 10 — Note: the default used to be 0 until version 0.5.4.)
Let's just improve that sentence a bit ;-)
On Sun, Mar 31, 2019, at 12:19, Sanderson de Paula wrote:
Admittedly, it does mention what it is, just not where it comes from:
-a , --a= skip all reads with alignment quality lower than the given minimum value (default: 10 — Note: the default used to be 0 until version 0.5.4.)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/simon-anders/htseq/issues/76#issuecomment-478332723, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJSAJhvsXMApuxXN_VyQhji0Sp06Mftks5vcJm-gaJpZM4cLeIZ.
Addressed this in 6f7d66e, closing
I have a sample being mapped with hisat2 and tophat2. They yield considerably similar results, except in these two specific parameters:
tophat2:
hisat2:
What is used to evaluate these two parameters, and why is tophat2's result equal 0?