Uses of Interface
org.biojava.nbio.alignment.template.MatrixAligner
Package
Description
-
Uses of MatrixAligner in org.biojava.nbio.alignment
Modifier and TypeClassDescriptionclass
NeedlemanWunsch<S extends Sequence<C>,
C extends Compound> class
SimpleProfileProfileAligner<S extends Sequence<C>,
C extends Compound> class
SmithWaterman<S extends Sequence<C>,
C extends Compound> Smith and Waterman defined an algorithm for pairwise local sequence alignments (best match of sections from eachSequence
). -
Uses of MatrixAligner in org.biojava.nbio.alignment.routines
Modifier and TypeClassDescriptionclass
AnchoredPairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> class
GuanUberbacher<S extends Sequence<C>,
C extends Compound> -
Uses of MatrixAligner in org.biojava.nbio.alignment.template
Modifier and TypeClassDescriptionclass
AbstractMatrixAligner<S extends Sequence<C>,
C extends Compound> Implements common code for anAligner
which builds a score matrix during computation.class
AbstractPairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> class
AbstractProfileProfileAligner<S extends Sequence<C>,
C extends Compound>