C
- each element of the AlignedSequence
is a Compound
of type Cpublic interface MutableAlignedSequence<S extends Sequence<C>,C extends Compound> extends AlignedSequence<S,C>
AlignedSequence
.AlignedSequence.Step
Modifier and Type | Method and Description |
---|---|
void |
setLocationInAlignment(Location location)
Sets the position of the
AlignedSequence to the given Location (start, gaps, end). |
void |
shiftAtAlignmentLocation(Location location,
int shift)
Slides a part of the
AlignedSequence . |
void |
shiftAtSequenceLocation(Location location,
int shift)
Slides a part of the
AlignedSequence . |
clearCache, getAlignmentFromSequence, getAlignmentIndexAt, getCoverage, getEnd, getLocationInAlignment, getNumGapPositions, getNumGaps, getOriginalSequence, getOverlapCount, getSequenceFromAlignment, getSequenceIndexAt, getStart, isCircular, isGap
countCompounds, getAsList, getCompoundAt, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getLength, getSequenceAsString, getSubSequence
forEach, iterator, spliterator
getAccession
void setLocationInAlignment(Location location)
AlignedSequence
to the given Location
(start, gaps, end).location
- new location for this sequenceIllegalArgumentException
- if location is invalidvoid shiftAtAlignmentLocation(Location location, int shift)
AlignedSequence
.location
- portion of sequence moved in alignment coordinatesshift
- amount the alignment index changes for each contained elementIllegalArgumentException
- if location is invalid or the shift causes a collision with stationary elementsvoid shiftAtSequenceLocation(Location location, int shift)
AlignedSequence
.location
- portion of sequence moved in sequence coordinatesshift
- amount the alignment index changes for each contained elementIllegalArgumentException
- if location is invalid or the shift causes a collision with stationary elementsCopyright © 2000–2019 BioJava. All rights reserved.