Uses of Interface
org.biojava.nbio.alignment.template.Scorer
Package
Description
-
Uses of Scorer in org.biojava.nbio.alignment
Modifier and TypeClassDescriptionclass
FractionalIdentityInProfileScorer<S extends Sequence<C>,
C extends Compound> Implements an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile
.class
FractionalIdentityScorer<S extends Sequence<C>,
C extends Compound> Implements an algorithm which computes a score for a sequence alignment pair.class
FractionalSimilarityInProfileScorer<S extends Sequence<C>,
C extends Compound> Implements an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile
.class
FractionalSimilarityScorer<S extends Sequence<C>,
C extends Compound> Implements an algorithm which computes a score for a sequence alignment pair.class
NeedlemanWunsch<S extends Sequence<C>,
C extends Compound> class
SimpleProfileProfileAligner<S extends Sequence<C>,
C extends Compound> class
SmithWaterman<S extends Sequence<C>,
C extends Compound> Smith and Waterman defined an algorithm for pairwise local sequence alignments (best match of sections from eachSequence
).class
StandardRescoreRefiner<S extends Sequence<C>,
C extends Compound> class
SubstitutionMatrixScorer<S extends Sequence<C>,
C extends Compound> Scores using a substitution matrix. -
Uses of Scorer in org.biojava.nbio.alignment.routines
Modifier and TypeClassDescriptionclass
AnchoredPairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> class
GuanUberbacher<S extends Sequence<C>,
C extends Compound> -
Uses of Scorer in org.biojava.nbio.alignment.template
Modifier and TypeInterfaceDescriptioninterface
interface
MatrixAligner<S extends Sequence<C>,
C extends Compound> Defines anAligner
which builds a score matrix during computation.interface
PairInProfileScorer<S extends Sequence<C>,
C extends Compound> Defines an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile
.interface
PairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> interface
PairwiseSequenceScorer<S extends Sequence<C>,
C extends Compound> Defines an algorithm which computes a score for a pair of sequences.interface
PartitionRefiner<S extends Sequence<C>,
C extends Compound> Defines an algorithm which computes a new alignment profile by splitting a current alignment and realigning.interface
ProfileProfileAligner<S extends Sequence<C>,
C extends Compound> Defines anAligner
for a pair of profiles.interface
ProfileProfileScorer<S extends Sequence<C>,
C extends Compound> Defines an algorithm which computes a score for a pairing of alignment profiles.interface
RescoreRefiner<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.Modifier and TypeClassDescriptionclass
AbstractMatrixAligner<S extends Sequence<C>,
C extends Compound> Implements common code for anAligner
which builds a score matrix during computation.class
AbstractPairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> class
AbstractProfileProfileAligner<S extends Sequence<C>,
C extends Compound> class
Implements common code for algorithms which compute a score.