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