Best pairwise alignment for insertion and deletion-containing sequences
1
0
Entering edit mode
10 days ago
rbpdee ▴ 50

Hi folks,

What is the most accurate Biopython function for performing pairwise alignment of a 200-bp sequence against its reference? Some of my sequences may contain insertions and deletions, so handling indels accurately is important. I’d appreciate any suggestions or recommendations.

For example for a mutant read with insertion and deletions, I am interested in getting "Expected alignment" instead of "Alignment 1": enter image description here

sequence python biopython pairwise alignment • 317 views
ADD COMMENT
0
Entering edit mode
10 days ago
patrickdm ▴ 260

Hello, I'd try tweaking the Affine Gap Scores of Align.PairwiseAligner(), and if those are not good enough, consider the possibilty to specify your own gap scoring function.

Hth.

ADD COMMENT
0
Entering edit mode

Thanks, patrickdm! Let me give it a shot.

ADD REPLY

Login before adding your answer.

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