- 
- Type Parameters:
- S- each- Sequenceof the alignment pair is of type S
- C- each element of an- AlignedSequenceis a- Compoundof 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 alignmentProfile.- Author:
- Mark Chapman
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Profile<S,C>getProfile()Returns theProfilefrom which the aligned pair originated.- 
Methods inherited from interface org.biojava.nbio.alignment.template.PairwiseSequenceScorergetQuery, getTarget
 - 
Methods inherited from interface org.biojava.nbio.alignment.template.ScorergetDistance, getDistance, getMaxScore, getMinScore, getScore, getSimilarity, getSimilarity
 
- 
 
- 
- 
- 
Method Detail- 
getProfileProfile<S,C> getProfile() Returns theProfilefrom which the aligned pair originated.- Returns:
- the original profile
 
 
- 
 
-