Uses of Interface
org.biojava.nbio.alignment.template.ProfileProfileScorer
-
Packages that use ProfileProfileScorer Package Description org.biojava.nbio.alignment org.biojava.nbio.alignment.template -
-
Uses of ProfileProfileScorer in org.biojava.nbio.alignment
Classes in org.biojava.nbio.alignment that implement ProfileProfileScorer Modifier and Type Class Description class
SimpleProfileProfileAligner<S extends Sequence<C>,C extends Compound>
-
Uses of ProfileProfileScorer in org.biojava.nbio.alignment.template
Subinterfaces of ProfileProfileScorer in org.biojava.nbio.alignment.template Modifier and Type Interface Description interface
PartitionRefiner<S extends Sequence<C>,C extends Compound>
Defines an algorithm which computes a new alignmentProfile
by splitting a current alignment and realigning.interface
ProfileProfileAligner<S extends Sequence<C>,C extends Compound>
Defines anAligner
for a pair ofProfile
s.Classes in org.biojava.nbio.alignment.template that implement ProfileProfileScorer Modifier and Type Class Description class
AbstractProfileProfileAligner<S extends Sequence<C>,C extends Compound>
-