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 TypeClassDescriptionclassNeedlemanWunsch<S extends Sequence<C>,C extends Compound> classSimpleProfileProfileAligner<S extends Sequence<C>,C extends Compound> classSmithWaterman<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 TypeClassDescriptionclassAnchoredPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound> classGuanUberbacher<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 TypeClassDescriptionclassAbstractPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound> classAbstractProfileProfileAligner<S extends Sequence<C>,C extends Compound>