Class SmithWatermanLinearSpace
java.lang.Object
jebl.evolution.align.Align
jebl.evolution.align.SmithWatermanLinearSpace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAlignment(String sq1, String sq2) Performs the alignment.String[]getMatch()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.voidtraceback(TracebackPlotter plotter) Methods inherited from class Align
doMatch, doMatch, formatScore, setGapOpen, setScores
-
Constructor Details
-
SmithWatermanLinearSpace
-
-
Method Details