Uses of Interface
jebl.evolution.align.TracebackPlotter
Packages that use TracebackPlotter
Package
Description
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 TracebackPlotterModifier and TypeMethodDescriptionvoid
Align.traceback
(TracebackPlotter plotter) void
NeedlemanWunschLinearSpace.traceback
(TracebackPlotter plotter) void
NeedlemanWunschLinearSpace.traceback
(TracebackPlotter plotter, int startx, int starty, String sq1, String sq2) void
SmithWatermanLinearSpace.traceback
(TracebackPlotter plotter) void
SmithWatermanLinearSpaceAffine.traceback
(TracebackPlotter plotter)