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