Static Public Member Functions | |
| static Alignment | align (Sequence s1, Sequence s2, Matrix matrix, float gap) |
An implementation of the Needleman-Wunsch algorithm for biological global pairwise sequence alignment.
Reference: Advanced Dynamic Programming Tutorial.
|
static |
Aligns two sequences by Needleman-Wunsch (global)
| s1 | sequene #1 (Sequence) |
| s2 | sequene #2 (Sequence) |
| matrix | scoring matrix (Matrix) |
| gap | open gap penalty |

1.8.7