Pysam: Is there a way to check if there are inserts when looking at read overalps.
0
0
Entering edit mode
5.1 years ago

From a bam file I have a set of reads. For each read I am only interested in a particular regions, baring there is a continuous sub-sequence (i.e no gaps) and that their are no inserts.

With pysam I have been able to check for overlap in the reads using: .get_overlap(start_pos, end_pos) . Where I hit a road block is checking if an insert or deletion is within that region. Are there any built in pysam functions that would tell me this?

Thanks!

alignment pysam • 1.6k views
ADD COMMENT
0
Entering edit mode

I think you'll have to check the cigar

ADD REPLY

Login before adding your answer.

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