This is a test version of Biostars. For the public version, visit https://www.biostars.org.
[Samtools] Dp4 Vs. Dp: Low-Quality Bases Not Counted

Hi,

In the samtools manual, for the DP4 field it states that the:

"...sum can be smaller than DP because low-quality bases are not counted."

I wonder, what is the cut-off for this? How low does the quality of a base need to be and what determines whether a base is low-quality?

Thanks,

Jon

samtools quality

1 answer

This is the mpileup -Q option, which by default is 13.

Log in to answer this question.