Uses of Interface
org.biojava.nbio.alignment.template.PairwiseSequenceScorer
-
Packages that use PairwiseSequenceScorer Package Description org.biojava.nbio.alignment org.biojava.nbio.alignment.routines org.biojava.nbio.alignment.template -
-
Uses of PairwiseSequenceScorer in org.biojava.nbio.alignment
Classes in org.biojava.nbio.alignment that implement PairwiseSequenceScorer Modifier and Type Class Description class
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 PairwiseSequenceScorer Modifier and Type Method Description static <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 PairwiseSequenceScorer Modifier and Type Method Description static <S extends Sequence<C>,C extends Compound>
double[]Alignments. 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 PairwiseSequenceScorer Modifier and Type Class Description class
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.template Modifier and Type Interface Description 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>
Classes in org.biojava.nbio.alignment.template that implement PairwiseSequenceScorer Modifier and Type Class Description class
AbstractPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>
Constructors in org.biojava.nbio.alignment.template with parameters of type PairwiseSequenceScorer Constructor Description CallablePairwiseSequenceScorer(PairwiseSequenceScorer<S,C> pss)
Creates a pairwise sequence scoring task for simplified parallel execution.
-