Extreme large insert size of BWA alignment
1
0
Entering edit mode
6.4 years ago
Darren Lin • 0

The BAM file I am dealing with consist some alignments with extremely large insert size.

For example:

H06HDADXX130110:1:1214:13197:7463   145 20  1361711 60  41S147M62S  =   61590101    60228245
H06HDADXX130110:1:1214:13197:7463   97  20  61590101    60  242M8S  =   1361711 -60228245

What's going on with this kind of alignment?

Thanks!

BWA • 1.7k views
ADD COMMENT
1
Entering edit mode

This should be changed to a question.
It could be; bad alignment, specially if it is a repetitive genome and this sequence exists in different location on the genome, or may be any kind of structure variations.

try to add to your question the BWA command that you used for alignment.

ADD REPLY
0
Entering edit mode

hm....thanks, but I can not just filter "properly paired" flag. I can probably set a threshold to limit the maximum deletion.

ADD REPLY
0
Entering edit mode

yes you can with samtools view -F 2

ADD REPLY
1
Entering edit mode
6.4 years ago

you don't have to deal with that, unless you're looking for large deletions, those reads with flag 145 & 97 are not mapped as "properly paired" ( see https://broadinstitute.github.io/picard/explain-flags.html )

ADD COMMENT

Login before adding your answer.

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