Uses of Interface
org.biojava.nbio.core.alignment.template.AlignedSequence
Packages that use AlignedSequence
-
Uses of AlignedSequence in org.biojava.nbio.core.alignment
Classes in org.biojava.nbio.core.alignment that implement AlignedSequenceModifier and TypeClassDescriptionclass
SimpleAlignedSequence<S extends Sequence<C>,
C extends Compound> Implements a data structure for aSequence
within an alignment.Methods in org.biojava.nbio.core.alignment that return AlignedSequenceModifier and TypeMethodDescriptionSimpleProfile.getAlignedSequence
(int listIndex) SimpleProfile.getAlignedSequence
(S sequence) SimpleSequencePair.getQuery()
SimpleSequencePair.getTarget()
Methods in org.biojava.nbio.core.alignment that return types with arguments of type AlignedSequenceModifier and TypeMethodDescriptionSimpleProfile.getAlignedSequences()
SimpleProfile.getAlignedSequences
(int... listIndices) SimpleProfile.getAlignedSequences
(S... sequences) SimpleProfile.iterator()
Constructors in org.biojava.nbio.core.alignment with parameters of type AlignedSequenceModifierConstructorDescriptionSimpleAlignedSequence
(AlignedSequence<S, C> prev, List<AlignedSequence.Step> steps) Creates a newAlignedSequence
for the givenAlignedSequence
in a global alignment.SimpleAlignedSequence
(AlignedSequence<S, C> prev, List<AlignedSequence.Step> steps, int numBefore, int numAfter) Creates a newAlignedSequence
for the givenAlignedSequence
in a local alignment.protected
SimpleProfile
(AlignedSequence<S, C> query, AlignedSequence<S, C> target) Creates a pair profile for the given already aligned sequences.SimpleSequencePair
(AlignedSequence<S, C> query, AlignedSequence<S, C> target) Creates a pair profile for the given already aligned sequences.Constructor parameters in org.biojava.nbio.core.alignment with type arguments of type AlignedSequenceModifierConstructorDescriptionSimpleProfile
(Collection<AlignedSequence<S, C>> alignedSequences) Creates a profile for the already aligned sequences. -
Uses of AlignedSequence in org.biojava.nbio.core.alignment.template
Subinterfaces of AlignedSequence in org.biojava.nbio.core.alignment.templateModifier and TypeInterfaceDescriptioninterface
MutableAlignedSequence<S extends Sequence<C>,
C extends Compound> Defines a mutable (editable) data structure for anAlignedSequence
.Methods in org.biojava.nbio.core.alignment.template that return AlignedSequenceModifier and TypeMethodDescriptionProfile.getAlignedSequence
(int listIndex) ReturnsAlignedSequence
at given index.Profile.getAlignedSequence
(S sequence) Searches for the givenSequence
within this alignment profile.SequencePair.getQuery()
Returns the firstAlignedSequence
of the pair.SequencePair.getTarget()
Returns the secondAlignedSequence
of the pair.Methods in org.biojava.nbio.core.alignment.template that return types with arguments of type AlignedSequenceModifier and TypeMethodDescriptionProfile.getAlignedSequences()
Returns aList
containing the individualAlignedSequence
s of this alignment.Profile.getAlignedSequences
(int... listIndices) Returns aList
containing some of the individualAlignedSequence
s of this alignment.Profile.getAlignedSequences
(S... sequences) Returns aList
containing some of the individualAlignedSequence
s of this alignment.Methods in org.biojava.nbio.core.alignment.template with parameters of type AlignedSequenceModifier and TypeMethodDescriptionvoid
MutableSequencePair.setPair
(AlignedSequence<S, C> query, AlignedSequence<S, C> target) Sets bothAlignedSequence
s of the pair.void
MutableSequencePair.setQuery
(AlignedSequence<S, C> query) Sets the firstAlignedSequence
of the pair.void
MutableSequencePair.setTarget
(AlignedSequence<S, C> target) Sets the secondAlignedSequence
of the pair.Method parameters in org.biojava.nbio.core.alignment.template with type arguments of type AlignedSequenceModifier and TypeMethodDescriptionvoid
MutableProfile.setSequences
(List<AlignedSequence<S, C>> sequences) Sets entirely new set ofAlignedSequence
s.