Class SmithWaterman
java.lang.Object
jebl.evolution.align.Align
jebl.evolution.align.SmithWaterman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAlignment(String sq1, String sq2) Performs the alignment.voiddoAlignment(String sq1, String sq2, ProgressListener progress) floatgetScore()Get the next state in the tracebackvoidprepareAlignment(String sq1, String sq2) Initialises the matrices for the alignment.voidPrint matrix used to calculate this alignment.Methods inherited from class Align
doMatch, doMatch, formatScore, getMatch, setGapOpen, setScores, traceback
-
Constructor Details
-
SmithWaterman
-
-
Method Details
-
doAlignment
- Parameters:
sq1-sq2-progress-
-
doAlignment
-
prepareAlignment
Description copied from class:AlignInitialises the matrices for the alignment.- Specified by:
prepareAlignmentin classAlign- Parameters:
sq1-sq2-
-
next
-
getScore
-
printf
-