Package jebl.evolution.align
Class MaximalSegmentPair
java.lang.Object
jebl.evolution.align.Align
jebl.evolution.align.MaximalSegmentPair
- Version:
- $Id: MaximalSegmentPair.java 185 2006-01-23 23:03:18Z rambaut $
- Author:
- Alexei Drummond
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voiddoAlignment(String sq1, String sq2) Performs the alignment.floatgetScore()final TracebackGet 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 jebl.evolution.align.Align
doMatch, doMatch, formatScore, getMatch, setGapOpen, setScores, traceback
-
Constructor Details
-
MaximalSegmentPair
-
-
Method Details
-
doAlignment
Performs the alignment. Abstract.- Parameters:
sq1-sq2-
-
next
Get the next state in the traceback- Parameters:
tb- current Traceback- Returns:
- next Traceback
-
prepareAlignment
Description copied from class:AlignInitialises the matrices for the alignment.- Specified by:
prepareAlignmentin classAlign
-
getScore
public float getScore() -
printf
Print matrix used to calculate this alignment.
-