- Type Parameters:
S- eachSequenceof the alignment pair is of type SC- each element of anAlignedSequenceis aCompoundof type C
- All Superinterfaces:
PairwiseSequenceScorer<S,,C> Scorer
- All Known Implementing Classes:
FractionalIdentityInProfileScorer,FractionalSimilarityInProfileScorer
public interface PairInProfileScorer<S extends Sequence<C>,C extends Compound>
extends PairwiseSequenceScorer<S,C>
Defines an algorithm which computes a score for a sequence alignment pair picked from an alignment
Profile.- Author:
- Mark Chapman
-
Method Summary
Methods inherited from interface org.biojava.nbio.alignment.template.PairwiseSequenceScorer
getQuery, getTargetMethods inherited from interface org.biojava.nbio.alignment.template.Scorer
getDistance, getDistance, getMaxScore, getMinScore, getScore, getSimilarity, getSimilarity
-
Method Details
-
getProfile
Returns theProfilefrom which the aligned pair originated.- Returns:
- the original profile
-