Samtools Pileup Format
1
0
Entering edit mode
12.4 years ago
Joanne Lim ▴ 20

Hi,

What does "~" (tilde) and "]" means in column 5 (base string) of the samtools pileup format?

I cant seemed to find anything from here:- http://samtools.sourceforge.net/pileup.shtml

Thanks

Joanne

pileup format samtools • 5.6k views
ADD COMMENT
0
Entering edit mode

Can you give an example of that column? The meaning depends on where the character is in the string.

ADD REPLY
1
Entering edit mode
12.4 years ago

I'm assuming that those characters are preceded by a ^, which means they represent the mapping quality. From the page you linked:

Also at the read base column, a symbol '^' marks the start of a read segment which is a contiguous subsequence on the read separated by `N/S/H' CIGAR operations. The ASCII of the character following '^' minus 33 gives the mapping quality.

ADD COMMENT
0
Entering edit mode

That was my assumption too, hence my request for an example.

ADD REPLY
0
Entering edit mode

Hey,

Yes, that was what I meant. Actually I saw that in the example given in the link itself.

seq3 200 A 20 ,,,,,..,.-4CACC.-4CACC....,.,,.^~. ==<<<<<<<<<<<::<;2<<

So from this example "~" is the mapping quality followed by a match to the reference base, as seen from the "."? My bad, I've overlooked it.

Thanks!

ADD REPLY
0
Entering edit mode

Glad it makes sense now, Joanne. If these answers were helpful to you, don't forget to upvote and choose a best answer by clicking the checkbox next to it. Welcome to BioStar!

ADD REPLY
0
Entering edit mode

Hey! Many thanks for your input and patience :). Another question though, which reads is the mapping quality referring to (just to confirm)? In my case:-

,,,,,..,.-4CACC.-4CACC....,.,,.^~.

does the (~) infer the mapping quality of the entire reads succeeding the "^" sign? In here its the mapping quality of the "." ?

Sorry for the primitive questions,appreciate your insights!

ADD REPLY
0
Entering edit mode

I believe that it's just the quality of the read starting at that position that is associated with the immediately subsequent base.

ADD REPLY
0
Entering edit mode

I believe that it's just the quality of the read starting at that position (with the immediately subsequent base)

ADD REPLY

Login before adding your answer.

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