Example Program
Local Alignments
Computing local alignments between two sequences.
File "alignment_local.cpp"
A tutorial about local alignments.
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 |
Example 1: This program applies the Smith-Waterman algorithm to compute the best local alignment between two given sequences.
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 |
Example 2: This program applies the Waterman-Eggert algorithm to compute all non-overlapping local alignments with score better than 2.
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | |
| 26 | |
| 27 | |
| 28 | |
| 29 | |
| 30 | |
| 31 |
See
SeqAn - Sequence Analysis Library - www.seqan.de