Uses of Interface
org.biojava.nbio.core.alignment.template.ProfilePair
Packages that use ProfilePair
Package
Description
-
Uses of ProfilePair in org.biojava.nbio.alignment
Methods in org.biojava.nbio.alignment that return types with arguments of type ProfilePairMethod parameters in org.biojava.nbio.alignment with type arguments of type ProfilePairModifier and TypeMethodDescriptionvoid
GuideTree.Node.setProfileFuture
(Future<ProfilePair<S, C>> profileFuture) Constructor parameters in org.biojava.nbio.alignment with type arguments of type ProfilePairModifierConstructorDescriptionSimpleProfileProfileAligner
(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
Fields in org.biojava.nbio.alignment.template declared as ProfilePairMethods in org.biojava.nbio.alignment.template that return ProfilePairModifier and TypeMethodDescriptionCallableProfileProfileAligner.call()
AbstractProfileProfileAligner.getPair()
ProfileProfileAligner.getPair()
Returns alignment profile pair.Methods in org.biojava.nbio.alignment.template that return types with arguments of type ProfilePairModifier and TypeMethodDescriptionFuture
<ProfilePair<S, C>> GuideTreeNode.getProfileFuture()
Returns the profile future stored at this node, but does not force the calculation, yet.Method parameters in org.biojava.nbio.alignment.template with type arguments of type ProfilePairModifier and TypeMethodDescriptionvoid
GuideTreeNode.setProfileFuture
(Future<ProfilePair<S, C>> profileFuture) Stores the given profile future.Constructor parameters in org.biojava.nbio.alignment.template with type arguments of type ProfilePairModifierConstructorDescriptionprotected
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
Classes in org.biojava.nbio.core.alignment that implement ProfilePairModifier 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
Subinterfaces of ProfilePair in org.biojava.nbio.core.alignment.templateModifier and TypeInterfaceDescriptioninterface
MutableProfilePair<S extends Sequence<C>,
C extends Compound> Defines a mutable (editable) data structure for aProfilePair
.