|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jebl.evolution.align.Align
public abstract class Align
Constructor Summary | |
---|---|
Align(Scores sub,
float d)
|
Method Summary | |
---|---|
abstract void |
doAlignment(String sq1,
String sq2)
Performs the alignment, abstract. |
void |
doMatch(Output out,
String msg)
Print the score and the alignment |
void |
doMatch(Output out,
String msg,
boolean outputFMatrix)
Print the score, the F matrix, and the alignment |
String |
formatScore(float val)
|
String[] |
getMatch()
|
abstract float |
getScore()
|
Traceback |
next(Traceback tb)
Get the next state in the traceback |
abstract void |
prepareAlignment(String seq1,
String seq2)
Initialises the matrices for the alignment. |
abstract void |
printf(Output out)
Print the matrix (matrices) used to compute the alignment |
void |
setGapOpen(float d)
|
void |
setScores(Scores sub)
|
void |
traceback(TracebackPlotter plotter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Align(Scores sub, float d)
Method Detail |
---|
public abstract void doAlignment(String sq1, String sq2)
sq1
- sq2
- public abstract void prepareAlignment(String seq1, String seq2)
seq1
- seq2
- public void setGapOpen(float d)
public void setScores(Scores sub)
public String[] getMatch()
public String formatScore(float val)
val
-
public void doMatch(Output out, String msg, boolean outputFMatrix)
out
- output to print tomsg
- message printed at startoutputFMatrix
- print the score matrixpublic void traceback(TracebackPlotter plotter)
public void doMatch(Output out, String msg)
out
- output to print tomsg
- msg printed at the startpublic Traceback next(Traceback tb)
tb
- current Traceback
public abstract float getScore()
public abstract void printf(Output out)
out
- output to print to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |