Uses of Interface
org.biojava.nbio.alignment.template.PairwiseSequenceScorer
Package
Description
-
Uses of PairwiseSequenceScorer 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
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
SubstitutionMatrixScorer<S extends Sequence<C>,
C extends Compound> Scores using a substitution matrix.Modifier and TypeMethodDescriptionstatic <S extends Sequence<C>,
C extends Compound>
List<PairwiseSequenceScorer<S, C>> Alignments.getAllPairsScorers
(List<S> sequences, Alignments.PairwiseSequenceScorerType type, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Modifier and TypeMethodDescriptionAlignments.runPairwiseScorers
(List<PairwiseSequenceScorer<S, C>> scorers) Factory method to run a list of scorers concurrently. -
Uses of PairwiseSequenceScorer 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 PairwiseSequenceScorer in org.biojava.nbio.alignment.template
Modifier and TypeInterfaceDescriptioninterface
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> Modifier and TypeClassDescriptionclass
AbstractPairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> ModifierConstructorDescriptionCreates a pairwise sequence scoring task for simplified parallel execution.