Uses of Interface
org.biojava.nbio.core.alignment.template.Profile
- 
Packages that use Profile Package Description org.biojava.nbio.alignment org.biojava.nbio.alignment.template org.biojava.nbio.core.alignment org.biojava.nbio.core.alignment.template 
- 
- 
Uses of Profile in org.biojava.nbio.alignmentMethods in org.biojava.nbio.alignment that return Profile Modifier and Type Method Description static <S extends Sequence<C>,C extends Compound>
 Profile<S,C>Alignments. getMultipleSequenceAlignment(List<S> sequences, Object... settings)Profile<S,C>FractionalIdentityInProfileScorer. getProfile()Profile<S,C>FractionalSimilarityInProfileScorer. getProfile()Profile<S,C>GuideTree.Node. getProfile()Profile<S,C>StandardRescoreRefiner. getProfile()static <S extends Sequence<C>,C extends Compound>
 Profile<S,C>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.Methods in org.biojava.nbio.alignment with parameters of type Profile Modifier and Type Method Description voidGuideTree.Node. setProfile(Profile<S,C> profile)Constructors in org.biojava.nbio.alignment with parameters of type Profile Constructor 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.
- 
Uses of Profile in org.biojava.nbio.alignment.templateFields in org.biojava.nbio.alignment.template declared as Profile Modifier and Type Field Description protected Profile<S,C>AbstractMatrixAligner. profileMethods in org.biojava.nbio.alignment.template that return Profile Modifier and Type Method Description Profile<S,C>AbstractMatrixAligner. getProfile()Profile<S,C>Aligner. getProfile()Returns the alignmentProfileproduced by this alignment algorithm.Profile<S,C>GuideTreeNode. getProfile()Returns the profile stored at this node.Profile<S,C>PairInProfileScorer. getProfile()Returns theProfilefrom which the aligned pair originated.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.Methods in org.biojava.nbio.alignment.template with parameters of type Profile Modifier and Type Method Description voidGuideTreeNode. setProfile(Profile<S,C> profile)Stores the given profile.voidAbstractProfileProfileAligner. setQuery(Profile<S,C> query)Sets the queryProfile.voidAbstractProfileProfileAligner. setTarget(Profile<S,C> target)Sets the targetProfile.Constructors in org.biojava.nbio.alignment.template with parameters of type Profile Constructor 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.
- 
Uses of Profile in org.biojava.nbio.core.alignmentClasses in org.biojava.nbio.core.alignment that implement Profile Modifier and Type Class Description classSimpleProfile<S extends Sequence<C>,C extends Compound>Implements a data structure for the results of sequence alignment.classSimpleProfilePair<S extends Sequence<C>,C extends Compound>Implements a data structure for the results of the alignment of a pair ofProfiles.classSimpleSequencePair<S extends Sequence<C>,C extends Compound>Implements a data structure for the results of pairwise sequence alignment.Methods in org.biojava.nbio.core.alignment that return Profile Modifier and Type Method Description Profile<S,C>SimpleProfilePair. getQuery()Profile<S,C>SimpleProfilePair. getTarget()Constructors in org.biojava.nbio.core.alignment with parameters of type Profile Constructor 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.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.templateSubinterfaces of Profile in org.biojava.nbio.core.alignment.template Modifier and Type Interface Description interfaceMutableProfile<S extends Sequence<C>,C extends Compound>Defines a mutable (editable) data structure for aProfile.interfaceMutableProfilePair<S extends Sequence<C>,C extends Compound>Defines a mutable (editable) data structure for aProfilePair.interfaceMutableSequencePair<S extends Sequence<C>,C extends Compound>Defines a mutable (editable) data structure for the results of pairwise sequence alignment.interfaceProfilePair<S extends Sequence<C>,C extends Compound>Defines a data structure for the results of the alignment of a pair ofProfiles.interfaceProfileView<S extends Sequence<C>,C extends Compound>Defines a data structure for a view of sequence alignment.interfaceSequencePair<S extends Sequence<C>,C extends Compound>Defines a data structure for the results of pairwise sequence alignment.Methods in org.biojava.nbio.core.alignment.template that return Profile Modifier and Type Method Description Profile<S,C>ProfilePair. getQuery()Returns the firstProfileof the pair.Profile<S,C>ProfilePair. getTarget()Returns the secondProfileof the pair.Profile<S,C>ProfileView. getViewedProfile()Returns the entireProfilebeing viewedMethods in org.biojava.nbio.core.alignment.template with parameters of type Profile Modifier and Type Method Description voidMutableProfilePair. setPair(Profile<S,C> query, Profile<S,C> target)Sets bothProfiles of the pair.voidMutableProfilePair. setQuery(Profile<S,C> query)Sets the firstProfileof the pair.voidMutableProfilePair. setTarget(Profile<S,C> target)Sets the secondProfileof the pair.
 
-