Static Public Member Functions | |
| static Alignment | align (Sequence s1, Sequence s2, Matrix matrix, float o, float e) |
An implementation of the Needleman-Wunsch algorithm with Gotoh's improvement for biological global pairwise sequence alignment.
|
static |
Aligns two sequences by Needleman-Wunsch (global)
| s1 | sequene #1 (Read) |
| s2 | sequene #2 (Read) |
| matrix | scoring matrix (Matrix) |
| o | open gap penalty |
| e | extend gap penalty |

1.8.7