- Type Parameters:
S
- eachSequence
in the pair of alignmentProfile
s is of type SC
- each element of anAlignedSequence
is aCompound
of type C
- All Superinterfaces:
Scorer
- All Known Subinterfaces:
PartitionRefiner<S,
,C> ProfileProfileAligner<S,
C>
- All Known Implementing Classes:
AbstractProfileProfileAligner
,SimpleProfileProfileAligner
Defines an algorithm which computes a score for a pairing of alignment profiles.
- Author:
- Mark Chapman
-
Method Summary
Methods inherited from interface org.biojava.nbio.alignment.template.Scorer
getDistance, getDistance, getMaxScore, getMinScore, getScore, getSimilarity, getSimilarity
-
Method Details
-
getQuery
Returns the first profile of the pair.- Returns:
- the first profile of the pair
-
getTarget
Returns the second profile of the pair.- Returns:
- the second profile of the pair
-