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 classNeedlemanWunsch<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Needleman and Wunsch defined an algorithm for pairwise global sequence alignments (from the first until the lastCompoundof eachSequence).classSimpleProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements a simple (naive)Alignerfor a pair ofProfiles.classSmithWaterman<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.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 classAnchoredPairwiseSequenceAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>This algorithm uses a divide-and-conquer approach to find optimal pairwise global sequence alignments (from the first until the lastCompoundof eachSequence) with the restriction that any alignment produced will connect the query sequence to the target sequence at the anchors.classGuanUberbacher<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Guan and Uberbacher defined an algorithm for pairwise global sequence alignments (from the first until the lastCompoundof eachSequence). -
Uses of AbstractMatrixAligner in org.biojava.nbio.alignment.template
Subclasses of AbstractMatrixAligner in org.biojava.nbio.alignment.template Modifier and Type Class Description classAbstractPairwiseSequenceAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements common code for anAlignerfor a pair ofSequences.classAbstractProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements common code for anAlignerfor a pair ofProfiles.
-