Interface SequenceView<C extends Compound>

All Superinterfaces:
Accessioned, Iterable<C>, Sequence<C>
All Known Implementing Classes:
ComplementSequenceView, ReversedSequenceView, RnaSequenceView, SequenceProxyView

public interface SequenceView<C extends Compound> extends Sequence<C>
  • Method Details

    • getViewedSequence

      Sequence<C> getViewedSequence()
    • getBioStart

      Integer getBioStart()
      1-indexed, inclusive.
    • getBioEnd

      Integer getBioEnd()
      1-indexed, inclusive.