Uses of Interface
org.biojava.nbio.core.alignment.template.ProfilePair
Package
Description
-
Uses of ProfilePair in org.biojava.nbio.alignment
Modifier and TypeMethodDescriptionvoid
GuideTree.Node.setProfileFuture
(Future<ProfilePair<S, C>> profileFuture) ModifierConstructorDescriptionSimpleProfileProfileAligner
(Future<ProfilePair<S, C>> query, Future<ProfilePair<S, C>> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment run concurrently.SimpleProfileProfileAligner
(Future<ProfilePair<S, C>> query, Profile<S, C> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment run concurrently.SimpleProfileProfileAligner
(Profile<S, C> query, Future<ProfilePair<S, C>> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment run concurrently. -
Uses of ProfilePair in org.biojava.nbio.alignment.template
Modifier and TypeMethodDescriptionCallableProfileProfileAligner.call()
AbstractProfileProfileAligner.getPair()
ProfileProfileAligner.getPair()
Returns alignment profile pair.Modifier and TypeMethodDescriptionFuture
<ProfilePair<S, C>> GuideTreeNode.getProfileFuture()
Returns the profile future stored at this node, but does not force the calculation, yet.Modifier and TypeMethodDescriptionvoid
GuideTreeNode.setProfileFuture
(Future<ProfilePair<S, C>> profileFuture) Stores the given profile future.ModifierConstructorDescriptionprotected
AbstractProfileProfileAligner
(Future<ProfilePair<S, C>> query, Future<ProfilePair<S, C>> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment run concurrently.protected
AbstractProfileProfileAligner
(Future<ProfilePair<S, C>> query, Profile<S, C> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment run concurrently.protected
AbstractProfileProfileAligner
(Profile<S, C> query, Future<ProfilePair<S, C>> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment run concurrently. -
Uses of ProfilePair in org.biojava.nbio.core.alignment
Modifier and TypeClassDescriptionclass
SimpleProfilePair<S extends Sequence<C>,
C extends Compound> Implements a data structure for the results of the alignment of a pair ofProfile
s. -
Uses of ProfilePair in org.biojava.nbio.core.alignment.template
Modifier and TypeInterfaceDescriptioninterface
MutableProfilePair<S extends Sequence<C>,
C extends Compound> Defines a mutable (editable) data structure for aProfilePair
.