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 TypeClassDescriptionclassSimpleAlignedSequence<S extends Sequence<C>,C extends Compound> Implements a data structure for aSequencewithin 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 newAlignedSequencefor the givenAlignedSequencein a global alignment.SimpleAlignedSequence(AlignedSequence<S, C> prev, List<AlignedSequence.Step> steps, int numBefore, int numAfter) Creates a newAlignedSequencefor the givenAlignedSequencein a local alignment.protectedSimpleProfile(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 TypeInterfaceDescriptioninterfaceMutableAlignedSequence<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) ReturnsAlignedSequenceat given index.Profile.getAlignedSequence(S sequence) Searches for the givenSequencewithin this alignment profile.SequencePair.getQuery()Returns the firstAlignedSequenceof the pair.SequencePair.getTarget()Returns the secondAlignedSequenceof the pair.Methods in org.biojava.nbio.core.alignment.template that return types with arguments of type AlignedSequenceModifier and TypeMethodDescriptionProfile.getAlignedSequences()Returns aListcontaining the individualAlignedSequences of this alignment.Profile.getAlignedSequences(int... listIndices) Returns aListcontaining some of the individualAlignedSequences of this alignment.Profile.getAlignedSequences(S... sequences) Returns aListcontaining some of the individualAlignedSequences of this alignment.Methods in org.biojava.nbio.core.alignment.template with parameters of type AlignedSequenceModifier and TypeMethodDescriptionvoidMutableSequencePair.setPair(AlignedSequence<S, C> query, AlignedSequence<S, C> target) Sets bothAlignedSequences of the pair.voidMutableSequencePair.setQuery(AlignedSequence<S, C> query) Sets the firstAlignedSequenceof the pair.voidMutableSequencePair.setTarget(AlignedSequence<S, C> target) Sets the secondAlignedSequenceof the pair.Method parameters in org.biojava.nbio.core.alignment.template with type arguments of type AlignedSequenceModifier and TypeMethodDescriptionvoidMutableProfile.setSequences(List<AlignedSequence<S, C>> sequences) Sets entirely new set ofAlignedSequences.