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 classSimpleProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements a simple (naive)Alignerfor a pair ofProfiles. -
Uses of ProfileProfileScorer in org.biojava.nbio.alignment.template
Subinterfaces of ProfileProfileScorer in org.biojava.nbio.alignment.template Modifier and Type Interface Description interfacePartitionRefiner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines an algorithm which computes a new alignmentProfileby splitting a current alignment and realigning.interfaceProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Defines anAlignerfor a pair ofProfiles.Classes in org.biojava.nbio.alignment.template that implement ProfileProfileScorer Modifier and Type Class Description classAbstractProfileProfileAligner<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,C extends org.biojava.nbio.core.sequence.template.Compound>Implements common code for anAlignerfor a pair ofProfiles.
-