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 TypeMethodDescriptionvoidGuideTree.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 TypeMethodDescriptionvoidGuideTreeNode.setProfileFuture(Future<ProfilePair<S, C>> profileFuture) Stores the given profile future.Constructor parameters in org.biojava.nbio.alignment.template with type arguments of type ProfilePairModifierConstructorDescriptionprotectedAbstractProfileProfileAligner(Future<ProfilePair<S, C>> query, Future<ProfilePair<S, C>> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment run concurrently.protectedAbstractProfileProfileAligner(Future<ProfilePair<S, C>> query, Profile<S, C> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment run concurrently.protectedAbstractProfileProfileAligner(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 TypeClassDescriptionclassSimpleProfilePair<S extends Sequence<C>,C extends Compound> Implements a data structure for the results of the alignment of a pair ofProfiles. -
Uses of ProfilePair in org.biojava.nbio.core.alignment.template
Subinterfaces of ProfilePair in org.biojava.nbio.core.alignment.templateModifier and TypeInterfaceDescriptioninterfaceMutableProfilePair<S extends Sequence<C>,C extends Compound> Defines a mutable (editable) data structure for aProfilePair.