Uses of Interface
org.biojava.nbio.core.alignment.template.Profile
Package
Description
-
Uses of Profile in org.biojava.nbio.alignment
Modifier and TypeMethodDescriptionAlignments.getMultipleSequenceAlignment
(List<S> sequences, Object... settings) FractionalIdentityInProfileScorer.getProfile()
FractionalSimilarityInProfileScorer.getProfile()
GuideTree.Node.getProfile()
StandardRescoreRefiner.getProfile()
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.ModifierConstructorDescriptionFractionalIdentityInProfileScorer
(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. -
Uses of Profile in org.biojava.nbio.alignment.template
Modifier and TypeMethodDescriptionAbstractMatrixAligner.getProfile()
Aligner.getProfile()
Returns the alignmentProfile
produced by this alignment algorithm.GuideTreeNode.getProfile()
Returns the profile stored at this node.PairInProfileScorer.getProfile()
Returns theProfile
from which the aligned pair originated.AbstractProfileProfileAligner.getQuery()
ProfileProfileScorer.getQuery()
Returns the first profile of the pair.AbstractProfileProfileAligner.getTarget()
ProfileProfileScorer.getTarget()
Returns the second profile of the pair.Modifier and TypeMethodDescriptionvoid
GuideTreeNode.setProfile
(Profile<S, C> profile) Stores the given profile.void
Sets the queryProfile
.void
Sets the targetProfile
.ModifierConstructorDescriptionprotected
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.protected
AbstractProfileProfileAligner
(Profile<S, C> query, Profile<S, C> target, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Prepares for a profile-profile alignment. -
Uses of Profile in org.biojava.nbio.core.alignment
Modifier and TypeClassDescriptionclass
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 ofProfile
s.class
SimpleSequencePair<S extends Sequence<C>,
C extends Compound> Implements a data structure for the results of pairwise sequence alignment.ModifierConstructorDescriptionprotected
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. -
Uses of Profile in org.biojava.nbio.core.alignment.template
Modifier and TypeInterfaceDescriptioninterface
MutableProfile<S extends Sequence<C>,
C extends Compound> Defines a mutable (editable) data structure for aProfile
.interface
MutableProfilePair<S extends Sequence<C>,
C extends Compound> Defines a mutable (editable) data structure for aProfilePair
.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 ofProfile
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 TypeMethodDescriptionProfilePair.getQuery()
Returns the firstProfile
of the pair.ProfilePair.getTarget()
Returns the secondProfile
of the pair.ProfileView.getViewedProfile()
Returns the entireProfile
being viewed