Uses of Interface
jebl.evolution.align.TracebackPlotter
-
Packages that use TracebackPlotter Package Description jebl.evolution.align Provides classes and interfaces for pairwise alignment of two sequences. -
-
Uses of TracebackPlotter in jebl.evolution.align
Methods in jebl.evolution.align with parameters of type TracebackPlotter Modifier and Type Method Description voidAlign. traceback(TracebackPlotter plotter)voidNeedlemanWunschLinearSpace. traceback(TracebackPlotter plotter)voidNeedlemanWunschLinearSpace. traceback(TracebackPlotter plotter, int startx, int starty, java.lang.String sq1, java.lang.String sq2)voidSmithWatermanLinearSpace. traceback(TracebackPlotter plotter)voidSmithWatermanLinearSpaceAffine. traceback(TracebackPlotter plotter)
-