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 classFractionalIdentityInProfileScorer<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>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).classSubstitutionMatrixScorer<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 classAnchoredPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>classGuanUberbacher<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 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>Classes in org.biojava.nbio.alignment.template that implement PairwiseSequenceScorer Modifier and Type Class Description classAbstractPairwiseSequenceAligner<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.
-