0

Can someone provide an example where an affine gap penalty would eventually give a different result than running NW on two sequences with a fixed gap penalty ?

Mbaps
  • 143
  • 1
  • 1
  • 11

1 Answers1

0

Affine Gap Penalty Model:

AAAGAATTCA
|||    |||
AAA----TCA

Notice: To get an optimal global alignment, you need to change "End Gap Penalty" to true in "STEP 2 - Set your pairwise alignment options"

Fixed Gap Penalty Model:

AAAGAATTCA
|||   | ||
AAA---T-CA
Zingo
  • 600
  • 6
  • 23