why those reads don’t contain 0x2

why those reads don’t contain 0x2

1

I find 0x2 means read mapped in proper pair.As shown in the following image
enter image description here

And why my reads(following image) don’t contain 0x2?
enter image description here


sam


flag


bioinformation


bam

• 51 views

The exact definition of “mapped in proper pair” depends on the aligner and the options used for mapping. In bwa mem, the algorithm automatically infers the general read orientation and the insert size distribution from a sub-sample of reads. It should have printed it in the standard error output when you ran the program. Pairs with different read orientation or with insert size too high or too low compared to the averaged insert size distribution are considered not mapped in a proper pair.


Login
before adding your answer.

Read more here: Source link