This is a test version of Biostars. For the public version, visit https://www.biostars.org.
SAM flag

Hello, I have a question regarding 0x0002 flag - the read is mapped in a proper pair. When read is mapped in a proper pair, does that mean that both pairs are aligned to the same contig?

sam

1 answer

, does that mean that both pairs are aligned to the same contig?

well the formal definition of properly paired is:

each segment properly aligned according to the aligner

but yes, 99.999% it means than both reads of a pair are mapped on the same chromosome, with a different strand (FR), at a "good" distance from each other.

Log in to answer this question.