- 
- Type Parameters:
- S- each element of the alignment- Profileis of type S
- C- each element of an- AlignedSequenceis a- Compoundof type C
 - All Known Implementing Classes:
- StandardRescoreRefiner
 
 public interface RescoreRefiner<S extends Sequence<C>,C extends Compound> extends Aligner<S,C> Defines an algorithm which computes a new alignmentProfileby rescoring all pairs in an alignment and realigning.- Author:
- Mark Chapman
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Alignments.PairInProfileScorerTypegetPairInProfileScorer()Returns class type of pairwise scoring subroutine.Alignments.ProfileProfileAlignerTypegetProfileProfileAligner()Returns class type of profile-profile alignment subroutine.- 
Methods inherited from interface org.biojava.nbio.alignment.template.AlignergetComputationTime, getProfile
 - 
Methods inherited from interface org.biojava.nbio.alignment.template.ScorergetDistance, getDistance, getMaxScore, getMinScore, getScore, getSimilarity, getSimilarity
 
- 
 
- 
- 
- 
Method Detail- 
getPairInProfileScorerAlignments.PairInProfileScorerType getPairInProfileScorer() Returns class type of pairwise scoring subroutine.- Returns:
- class type of pairwise scoring subroutine
 
 - 
getProfileProfileAlignerAlignments.ProfileProfileAlignerType getProfileProfileAligner() Returns class type of profile-profile alignment subroutine.- Returns:
- class type of profile-profile alignment subroutine
 
 
- 
 
-