Uses of Interface
org.biojava.nbio.alignment.template.Scorer
-
Packages that use Scorer Package Description org.biojava.nbio.alignment org.biojava.nbio.alignment.routines org.biojava.nbio.alignment.template -
-
Uses of Scorer in org.biojava.nbio.alignment
Classes in org.biojava.nbio.alignment that implement Scorer Modifier and Type Class Description classFractionalIdentityInProfileScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile.classFractionalIdentityScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements an algorithm which computes a score for a sequence alignment pair.classFractionalSimilarityInProfileScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile.classFractionalSimilarityScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements an algorithm which computes a score for a sequence alignment pair.classNeedlemanWunsch<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Needleman and Wunsch defined an algorithm for pairwise global sequence alignments (from the first until the lastCompoundof eachSequence).classSimpleProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements a simple (naive)Alignerfor a pair ofProfiles.classSmithWaterman<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Smith and Waterman defined an algorithm for pairwise local sequence alignments (best match of sections from eachSequence).classStandardRescoreRefiner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>classSubstitutionMatrixScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Scores using a substitution matrix. -
Uses of Scorer in org.biojava.nbio.alignment.routines
Classes in org.biojava.nbio.alignment.routines that implement Scorer Modifier and Type Class Description classAnchoredPairwiseSequenceAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>This algorithm uses a divide-and-conquer approach to find optimal pairwise global sequence alignments (from the first until the lastCompoundof eachSequence) with the restriction that any alignment produced will connect the query sequence to the target sequence at the anchors.classGuanUberbacher<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Guan and Uberbacher defined an algorithm for pairwise global sequence alignments (from the first until the lastCompoundof eachSequence). -
Uses of Scorer in org.biojava.nbio.alignment.template
Subinterfaces of Scorer in org.biojava.nbio.alignment.template Modifier and Type Interface Description interfaceAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines an algorithm which computes an alignmentProfilefrom a list ofSequences.interfaceMatrixAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines anAlignerwhich builds a score matrix during computation.interfacePairInProfileScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines an algorithm which computes a score for a sequence alignment pair picked from an alignmentProfile.interfacePairwiseSequenceAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines anAlignerfor a pair ofSequences.interfacePairwiseSequenceScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines an algorithm which computes a score for a pair of sequences.interfacePartitionRefiner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines an algorithm which computes a new alignmentProfileby splitting a current alignment and realigning.interfaceProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines anAlignerfor a pair ofProfiles.interfaceProfileProfileScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines an algorithm which computes a score for a pairing of alignment profiles.interfaceRescoreRefiner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines an algorithm which computes a new alignmentProfileby rescoring all pairs in an alignment and realigning.Classes in org.biojava.nbio.alignment.template that implement Scorer Modifier and Type Class Description classAbstractMatrixAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements common code for anAlignerwhich builds a score matrix during computation.classAbstractPairwiseSequenceAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements common code for anAlignerfor a pair ofSequences.classAbstractProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements common code for anAlignerfor a pair ofProfiles.classAbstractScorerImplements common code for algorithms which compute a score.
-