|
JAligner | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjaligner.NeedlemanWunsch
An implementation of the Needleman-Wunsch algorithm for biological global
pairwise sequence alignment.
Reference: Advanced
Dynamic Programming Tutorial.
| Method Summary | |
static Alignment |
align(Sequence s1,
Sequence s2,
Matrix matrix,
float gap)
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 gap)
s1 - sequene #1 (Sequence)s2 - sequene #2 (Sequence)matrix - scoring matrix (Matrix)gap - open 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) |