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 |
---|---|
static <S extends Sequence<C>,C extends Compound> |
Alignments.getMultipleSequenceAlignment(List<S> sequences,
Object... settings)
|
Profile<S,C> |
FractionalSimilarityInProfileScorer.getProfile() |
Profile<S,C> |
GuideTree.Node.getProfile() |
Profile<S,C> |
FractionalIdentityInProfileScorer.getProfile() |
Profile<S,C> |
StandardRescoreRefiner.getProfile() |
static <S extends Sequence<C>,C extends Compound> |
Alignments.getProgressiveAlignment(GuideTree<S,C> tree,
Alignments.ProfileProfileAlignerType type,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Factory method to run the profile-profile alignments of a progressive multiple sequence alignment concurrently.
|
Modifier and Type | Method and Description |
---|---|
void |
GuideTree.Node.setProfile(Profile<S,C> profile) |
Constructor and Description |
---|
FractionalIdentityInProfileScorer(Profile<S,C> profile,
int query,
int target)
Creates a fractional identity scorer for an aligned pair of sequences in the given alignment profile.
|
FractionalSimilarityInProfileScorer(Profile<S,C> profile,
int query,
int target)
Creates a fractional similarity scorer for an aligned pair of sequences in the given alignment profile.
|
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.
|
SimpleProfileProfileAligner(Profile<S,C> query,
Profile<S,C> target,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Prepares for a profile-profile alignment.
|
SimpleProfileProfileAligner(Profile<S,C> query,
Profile<S,C> target,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Prepares for a profile-profile alignment.
|
Modifier and Type | Field and Description |
---|---|
protected Profile<S,C> |
AbstractMatrixAligner.profile |
Modifier and Type | Method and Description |
---|---|
Profile<S,C> |
AbstractMatrixAligner.getProfile() |
Profile<S,C> |
Aligner.getProfile()
Returns the alignment
Profile produced by this alignment algorithm. |
Profile<S,C> |
PairInProfileScorer.getProfile()
Returns the
Profile from which the aligned pair originated. |
Profile<S,C> |
GuideTreeNode.getProfile()
Returns the profile stored at this node.
|
Profile<S,C> |
AbstractProfileProfileAligner.getQuery() |
Profile<S,C> |
ProfileProfileScorer.getQuery()
Returns the first profile of the pair.
|
Profile<S,C> |
AbstractProfileProfileAligner.getTarget() |
Profile<S,C> |
ProfileProfileScorer.getTarget()
Returns the second profile of the pair.
|
Modifier and Type | Method and Description |
---|---|
void |
GuideTreeNode.setProfile(Profile<S,C> profile)
Stores the given profile.
|
void |
AbstractProfileProfileAligner.setQuery(Profile<S,C> query)
Sets the query
Profile . |
void |
AbstractProfileProfileAligner.setTarget(Profile<S,C> target)
Sets the target
Profile . |
Constructor and Description |
---|
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.
|
AbstractProfileProfileAligner(Profile<S,C> query,
Profile<S,C> target,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Prepares for a profile-profile alignment.
|
AbstractProfileProfileAligner(Profile<S,C> query,
Profile<S,C> target,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Prepares for a profile-profile alignment.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleProfile<S extends Sequence<C>,C extends Compound>
Implements a data structure for the results of sequence alignment.
|
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. |
class |
SimpleSequencePair<S extends Sequence<C>,C extends Compound>
Implements a data structure for the results of pairwise sequence alignment.
|
Modifier and Type | Method and Description |
---|---|
Profile<S,C> |
SimpleProfilePair.getQuery() |
Profile<S,C> |
SimpleProfilePair.getTarget() |
Constructor and Description |
---|
SimpleProfile(Profile<S,C> query,
Profile<S,C> target,
List<AlignedSequence.Step> sx,
List<AlignedSequence.Step> sy)
Creates a pair profile for the given profiles.
|
SimpleProfile(Profile<S,C> query,
Profile<S,C> target,
List<AlignedSequence.Step> sx,
List<AlignedSequence.Step> sy)
Creates a pair profile for the given profiles.
|
SimpleProfilePair(Profile<S,C> query,
Profile<S,C> target,
List<AlignedSequence.Step> sx,
List<AlignedSequence.Step> sy)
Creates a pair profile for the given profiles.
|
SimpleProfilePair(Profile<S,C> query,
Profile<S,C> target,
List<AlignedSequence.Step> sx,
List<AlignedSequence.Step> sy)
Creates a pair profile for the given profiles.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableProfile<S extends Sequence<C>,C extends Compound>
Defines a mutable (editable) data structure for a
Profile . |
interface |
MutableProfilePair<S extends Sequence<C>,C extends Compound>
Defines a mutable (editable) data structure for a
ProfilePair . |
interface |
MutableSequencePair<S extends Sequence<C>,C extends Compound>
Defines a mutable (editable) data structure for the results of pairwise sequence alignment.
|
interface |
ProfilePair<S extends Sequence<C>,C extends Compound>
Defines a data structure for the results of the alignment of a pair of
Profile s. |
interface |
ProfileView<S extends Sequence<C>,C extends Compound>
Defines a data structure for a view of sequence alignment.
|
interface |
SequencePair<S extends Sequence<C>,C extends Compound>
Defines a data structure for the results of pairwise sequence alignment.
|
Modifier and Type | Method and Description |
---|---|
Profile<S,C> |
ProfilePair.getQuery()
Returns the first
Profile of the pair. |
Profile<S,C> |
ProfilePair.getTarget()
Returns the second
Profile of the pair. |
Profile<S,C> |
ProfileView.getViewedProfile()
Returns the entire
Profile being viewed |
Modifier and Type | Method and Description |
---|---|
void |
MutableProfilePair.setPair(Profile<S,C> query,
Profile<S,C> target)
Sets both
Profile s of the pair. |
void |
MutableProfilePair.setPair(Profile<S,C> query,
Profile<S,C> target)
Sets both
Profile s of the pair. |
void |
MutableProfilePair.setQuery(Profile<S,C> query)
Sets the first
Profile of the pair. |
void |
MutableProfilePair.setTarget(Profile<S,C> target)
Sets the second
Profile of the pair. |
Copyright © 2000–2019 BioJava. All rights reserved.