Uses of Interface
org.biojava.nbio.alignment.template.Scorer
Packages that use Scorer
Package
Description
-
Uses of Scorer in org.biojava.nbio.alignment
Classes in org.biojava.nbio.alignment that implement ScorerModifier and TypeClassDescriptionclassFractionalIdentityInProfileScorer<S extends Sequence<C>,C extends Compound> Implements an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile.classFractionalIdentityScorer<S extends Sequence<C>,C extends Compound> Implements an algorithm which computes a score for a sequence alignment pair.classFractionalSimilarityInProfileScorer<S extends Sequence<C>,C extends Compound> Implements an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile.classFractionalSimilarityScorer<S extends Sequence<C>,C extends Compound> Implements an algorithm which computes a score for a sequence alignment pair.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> classSubstitutionMatrixScorer<S extends Sequence<C>,C extends Compound> Scores using a substitution matrix. -
Uses of Scorer in org.biojava.nbio.alignment.routines
Classes in org.biojava.nbio.alignment.routines that implement ScorerModifier and TypeClassDescriptionclassAnchoredPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound> classGuanUberbacher<S extends Sequence<C>,C extends Compound> -
Uses of Scorer in org.biojava.nbio.alignment.template
Subinterfaces of Scorer in org.biojava.nbio.alignment.templateModifier and TypeInterfaceDescriptioninterfaceinterfaceMatrixAligner<S extends Sequence<C>,C extends Compound> Defines anAlignerwhich builds a score matrix during computation.interfacePairInProfileScorer<S extends Sequence<C>,C extends Compound> Defines an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile.interfacePairwiseSequenceAligner<S extends Sequence<C>,C extends Compound> interfacePairwiseSequenceScorer<S extends Sequence<C>,C extends Compound> Defines an algorithm which computes a score for a pair of sequences.interfacePartitionRefiner<S extends Sequence<C>,C extends Compound> Defines an algorithm which computes a new alignment profile by splitting a current alignment and realigning.interfaceProfileProfileAligner<S extends Sequence<C>,C extends Compound> Defines anAlignerfor a pair of profiles.interfaceProfileProfileScorer<S extends Sequence<C>,C extends Compound> Defines an algorithm which computes a score for a pairing of alignment profiles.interfaceRescoreRefiner<S extends Sequence<C>,C extends Compound> Defines an algorithm which computes a new alignment profile by rescoring all pairs in an alignment and realigning.Classes in org.biojava.nbio.alignment.template that implement ScorerModifier 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> classImplements common code for algorithms which compute a score.