Uses of Interface
org.biojava.nbio.core.alignment.template.Profile
Packages that use Profile
-
Uses of Profile in org.biojava.nbio.core.alignment
Classes in org.biojava.nbio.core.alignment that implement ProfileModifier and TypeClassDescriptionclassSimpleProfile<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 ProfileConstructors in org.biojava.nbio.core.alignment with parameters of type ProfileModifierConstructorDescriptionprotectedSimpleProfile(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
Subinterfaces of Profile in org.biojava.nbio.core.alignment.templateModifier and TypeInterfaceDescriptioninterfaceMutableProfile<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 ProfileModifier and TypeMethodDescriptionProfilePair.getQuery()Returns the firstProfileof the pair.ProfilePair.getTarget()Returns the secondProfileof the pair.ProfileView.getViewedProfile()Returns the entireProfilebeing viewedMethods in org.biojava.nbio.core.alignment.template with parameters of type Profile