Uses of Class
org.biojava.nbio.alignment.template.AbstractMatrixAligner
Packages that use AbstractMatrixAligner
Package
Description
-
Uses of AbstractMatrixAligner in org.biojava.nbio.alignment
Subclasses of AbstractMatrixAligner in org.biojava.nbio.alignmentModifier 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 AbstractMatrixAligner in org.biojava.nbio.alignment.routines
Subclasses of AbstractMatrixAligner in org.biojava.nbio.alignment.routinesModifier and TypeClassDescriptionclass
AnchoredPairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> class
GuanUberbacher<S extends Sequence<C>,
C extends Compound> -
Uses of AbstractMatrixAligner in org.biojava.nbio.alignment.template
Subclasses of AbstractMatrixAligner in org.biojava.nbio.alignment.templateModifier and TypeClassDescriptionclass
AbstractPairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> class
AbstractProfileProfileAligner<S extends Sequence<C>,
C extends Compound>