Package | Description |
---|---|
org.biojava.nbio.alignment | |
org.biojava.nbio.alignment.template | |
org.biojava.nbio.core.alignment | |
org.biojava.nbio.core.alignment.template |
Modifier and Type | Method and Description |
---|---|
Future<ProfilePair<S,C>> |
GuideTree.Node.getProfileFuture() |
Modifier and Type | Method and Description |
---|---|
void |
GuideTree.Node.setProfileFuture(Future<ProfilePair<S,C>> profileFuture) |
Constructor and Description |
---|
SimpleProfileProfileAligner(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,
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.
|
Modifier and Type | Field and Description |
---|---|
protected ProfilePair<S,C> |
AbstractProfileProfileAligner.pair |
Modifier and Type | Method and Description |
---|---|
ProfilePair<S,C> |
CallableProfileProfileAligner.call() |
ProfilePair<S,C> |
AbstractProfileProfileAligner.getPair() |
ProfilePair<S,C> |
ProfileProfileAligner.getPair()
Returns alignment profile pair.
|
Modifier and Type | Method and Description |
---|---|
Future<ProfilePair<S,C>> |
GuideTreeNode.getProfileFuture()
Returns the profile future stored at this node, but does not force the calculation, yet.
|
Modifier and Type | Method and Description |
---|---|
void |
GuideTreeNode.setProfileFuture(Future<ProfilePair<S,C>> profileFuture)
Stores the given profile future.
|
Constructor and Description |
---|
AbstractProfileProfileAligner(Future<ProfilePair<S,C>> query,
Future<ProfilePair<S,C>> target,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Prepares for a profile-profile alignment run concurrently.
|
AbstractProfileProfileAligner(Future<ProfilePair<S,C>> query,
Future<ProfilePair<S,C>> target,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Prepares for a profile-profile alignment run concurrently.
|
AbstractProfileProfileAligner(Future<ProfilePair<S,C>> query,
Profile<S,C> target,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Prepares for a profile-profile alignment run concurrently.
|
AbstractProfileProfileAligner(Profile<S,C> query,
Future<ProfilePair<S,C>> target,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Prepares for a profile-profile alignment run concurrently.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleProfilePair<S extends Sequence<C>,C extends Compound>
Implements a data structure for the results of the alignment of a pair of
Profile s. |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableProfilePair<S extends Sequence<C>,C extends Compound>
Defines a mutable (editable) data structure for a
ProfilePair . |
Copyright © 2000–2019 BioJava. All rights reserved.