-
- Type Parameters:
S
- each element of the alignmentProfile
is of type SC
- each element of anAlignedSequence
is aCompound
of type C
- All Superinterfaces:
Aligner<S,C>
,ProfileProfileScorer<S,C>
,Scorer
public interface PartitionRefiner<S extends Sequence<C>,C extends Compound> extends Aligner<S,C>, ProfileProfileScorer<S,C>
Defines an algorithm which computes a new alignmentProfile
by splitting a current alignment and realigning.- Author:
- Mark Chapman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Alignments.ProfileProfileAlignerType
getProfileProfileAligner()
Returns class type of profile-profile alignment subroutine.-
Methods inherited from interface org.biojava.nbio.alignment.template.Aligner
getComputationTime, getProfile
-
Methods inherited from interface org.biojava.nbio.alignment.template.ProfileProfileScorer
getQuery, getTarget
-
Methods inherited from interface org.biojava.nbio.alignment.template.Scorer
getDistance, getDistance, getMaxScore, getMinScore, getScore, getSimilarity, getSimilarity
-
-
-
-
Method Detail
-
getProfileProfileAligner
Alignments.ProfileProfileAlignerType getProfileProfileAligner()
Returns class type of profile-profile alignment subroutine.- Returns:
- class type of profile-profile alignment subroutine
-
-