Uses of Interface
org.biojava.nbio.alignment.template.Aligner
-
Packages that use Aligner Package Description org.biojava.nbio.alignment org.biojava.nbio.alignment.routines org.biojava.nbio.alignment.template -
-
Uses of Aligner in org.biojava.nbio.alignment
Classes in org.biojava.nbio.alignment that implement Aligner Modifier and Type Class Description classNeedlemanWunsch<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).classStandardRescoreRefiner<S extends Sequence<C>,C extends Compound> -
Uses of Aligner in org.biojava.nbio.alignment.routines
Classes in org.biojava.nbio.alignment.routines that implement Aligner Modifier and Type Class Description classAnchoredPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>classGuanUberbacher<S extends Sequence<C>,C extends Compound> -
Uses of Aligner in org.biojava.nbio.alignment.template
Subinterfaces of Aligner in org.biojava.nbio.alignment.template Modifier and Type Interface Description interfaceMatrixAligner<S extends Sequence<C>,C extends Compound>Defines anAlignerwhich builds a score matrix during computation.interfacePairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>interfacePartitionRefiner<S extends Sequence<C>,C extends Compound>Defines an algorithm which computes a new alignmentProfileby splitting a current alignment and realigning.interfaceProfileProfileAligner<S extends Sequence<C>,C extends Compound>Defines anAlignerfor a pair ofProfiles.interfaceRescoreRefiner<S extends Sequence<C>,C extends Compound>Defines an algorithm which computes a new alignmentProfileby rescoring all pairs in an alignment and realigning.Classes in org.biojava.nbio.alignment.template that implement Aligner Modifier and Type Class Description classAbstractMatrixAligner<S extends Sequence<C>,C extends Compound>Implements common code for anAlignerwhich builds a score matrix during computation.classAbstractPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>classAbstractProfileProfileAligner<S extends Sequence<C>,C extends Compound>
-