|
JAligner | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jaligner.NeedlemanWunschGotoh
An implementation of the Needleman-Wunsch algorithm with Gotoh's improvement for biological global pairwise sequence alignment.
Method Summary | |
static Alignment |
align(Sequence s1,
Sequence s2,
Matrix matrix,
float o,
float e)
Aligns two sequences by Needleman-Wunsch (global) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Alignment align(Sequence s1, Sequence s2, Matrix matrix, float o, float e)
s1
- sequene #1 (Sequence
)s2
- sequene #2 (Sequence
)matrix
- scoring matrix (Matrix
)o
- open gap penaltye
- extend gap penalty
Sequence
,
Matrix
|
JAligner | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Ahmed Moustafa (ahmed@users.sf.net) | |
The source code of JAligner is licensed under The GNU General Public License (GPL) |