Package | Description |
---|---|
jebl.evolution.align |
Provides classes and interfaces for pairwise alignment of two sequences.
|
Modifier and Type | Method and Description |
---|---|
void |
Align.traceback(TracebackPlotter plotter) |
void |
SmithWatermanLinearSpaceAffine.traceback(TracebackPlotter plotter) |
void |
NeedlemanWunschLinearSpace.traceback(TracebackPlotter plotter) |
void |
SmithWatermanLinearSpace.traceback(TracebackPlotter plotter) |
void |
NeedlemanWunschLinearSpace.traceback(TracebackPlotter plotter,
int startx,
int starty,
java.lang.String sq1,
java.lang.String sq2) |
http://code.google.com/p/jebl2/