Package jebl.evolution.align
Class OldNeedlemanWunschAffine
java.lang.Object
jebl.evolution.align.Align
jebl.evolution.align.OldNeedlemanWunschAffine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAlignment(String sq1, String sq2) Performs the alignment.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.voidsetGapExtend(float e) Methods inherited from class jebl.evolution.align.Align
doMatch, doMatch, formatScore, getMatch, setGapOpen, setScores, traceback
-
Constructor Details
-
OldNeedlemanWunschAffine
-
-
Method Details
-
doAlignment
Performs the alignment. Abstract.- Parameters:
sq1-sq2-
-
prepareAlignment
Description copied from class:AlignInitialises the matrices for the alignment.- Specified by:
prepareAlignmentin classAlign- Parameters:
sq1-sq2-
-
setGapExtend
public void setGapExtend(float e) -
next
Get the next state in the traceback -
getScore
public float getScore() -
printf
Print matrix used to calculate this alignment.
-