Uses of Class
org.biojava.nbio.alignment.routines.AnchoredPairwiseSequenceAligner
-
Packages that use AnchoredPairwiseSequenceAligner Package Description org.biojava.nbio.alignment org.biojava.nbio.alignment.routines -
-
Uses of AnchoredPairwiseSequenceAligner in org.biojava.nbio.alignment
Subclasses of AnchoredPairwiseSequenceAligner 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). -
Uses of AnchoredPairwiseSequenceAligner in org.biojava.nbio.alignment.routines
Subclasses of AnchoredPairwiseSequenceAligner in org.biojava.nbio.alignment.routines Modifier and Type Class Description 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).
-