Package | Description |
---|---|
jebl.evolution.align |
Provides classes and interfaces for pairwise alignment of two sequences.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemOut |
Modifier and Type | Method and Description |
---|---|
void |
Align.doMatch(Output out,
java.lang.String msg)
Print the score and the alignment
|
void |
Align.doMatch(Output out,
java.lang.String msg,
boolean outputFMatrix)
Print the score, the F matrix, and the alignment
|
void |
NonOverlapMultipleLocalAffine.printf(Output out)
Print matrix used to calculate this alignment.
|
abstract void |
Align.printf(Output out)
Print the matrix (matrices) used to compute the alignment
|
http://code.google.com/p/jebl2/