Uses of Interface
org.biojava.nbio.alignment.template.Aligner
Package
Description
-
Uses of Aligner 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
).class
StandardRescoreRefiner<S extends Sequence<C>,
C extends Compound> -
Uses of Aligner 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 Aligner in org.biojava.nbio.alignment.template
Modifier and TypeInterfaceDescriptioninterface
MatrixAligner<S extends Sequence<C>,
C extends Compound> Defines anAligner
which builds a score matrix during computation.interface
PairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> interface
PartitionRefiner<S extends Sequence<C>,
C extends Compound> Defines an algorithm which computes a new alignment profile by splitting a current alignment and realigning.interface
ProfileProfileAligner<S extends Sequence<C>,
C extends Compound> Defines anAligner
for a pair of profiles.interface
RescoreRefiner<S extends Sequence<C>,
C extends Compound> Defines an algorithm which computes a new alignment profile by rescoring all pairs in an alignment and realigning.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>