Uses of Interface
org.biojava.nbio.alignment.template.PairwiseSequenceScorer
Packages that use PairwiseSequenceScorer
Package
Description
-
Uses of PairwiseSequenceScorer in org.biojava.nbio.alignment
Classes in org.biojava.nbio.alignment that implement PairwiseSequenceScorerModifier 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.Methods in org.biojava.nbio.alignment that return types with arguments of type PairwiseSequenceScorerModifier 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) Method parameters in org.biojava.nbio.alignment with type arguments of type PairwiseSequenceScorerModifier 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
Classes in org.biojava.nbio.alignment.routines that implement PairwiseSequenceScorerModifier 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
Subinterfaces of PairwiseSequenceScorer in org.biojava.nbio.alignment.templateModifier 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> Classes in org.biojava.nbio.alignment.template that implement PairwiseSequenceScorerModifier and TypeClassDescriptionclass
AbstractPairwiseSequenceAligner<S extends Sequence<C>,
C extends Compound> Constructors in org.biojava.nbio.alignment.template with parameters of type PairwiseSequenceScorerModifierConstructorDescriptionCreates a pairwise sequence scoring task for simplified parallel execution.