Exclamation mark in Samtools mpileup output
1
1
Entering edit mode
4.2 years ago
pr ▴ 10

Hi, I used samtools to generate a mpileup file. In the base column, I notice some "!". I sought out the sigification in domcumentation/already asked question and haven't find their meaning. Does anybody know?

Exemple:

FNXXX 2595 T 1 ^!a J

bam samtools mpileup mapping • 964 views
ADD COMMENT
4
Entering edit mode
4.2 years ago
gb ★ 2.2k

Try to add -Bx to your command.

Short story long:

mpileup is originally made to call variants. To not count the overlapping bases between the forward and reverse reads twice samtools changes the quality score to "!". This "!" has a phred score of 0 and will be ignored in the variant calling process.

Here more info: https://sourceforge.net/p/samtools/mailman/message/32793789/

ADD COMMENT

Login before adding your answer.

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