Uses of Interface
org.biojava.nbio.alignment.template.MatrixAligner
Packages that use MatrixAligner
Package
Description
-
Uses of MatrixAligner in org.biojava.nbio.alignment
Classes in org.biojava.nbio.alignment that implement MatrixAlignerModifier 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 MatrixAligner in org.biojava.nbio.alignment.routines
Classes in org.biojava.nbio.alignment.routines that implement MatrixAlignerModifier and TypeClassDescriptionclassAnchoredPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound> classGuanUberbacher<S extends Sequence<C>,C extends Compound> -
Uses of MatrixAligner in org.biojava.nbio.alignment.template
Classes in org.biojava.nbio.alignment.template that implement MatrixAlignerModifier and TypeClassDescriptionclassAbstractMatrixAligner<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>