SequenceRegion
Mojo struct 🡭
SequenceRegion
Section titled “SequenceRegion”@memory_onlystruct SequenceRegionSequence boundary declared by a ##sequence-region directive.
##sequence-region seqid start end Coordinates are 1-based inclusive, same as GFF3 feature coordinates.
Fields
Section titled “Fields”- seqid (
BString) - region (
Interval)
Implemented traits
Section titled “Implemented traits”AnyType, Copyable, ImplicitlyDestructible, Movable
Methods
Section titled “Methods”__init__
Section titled “__init__”def __init__(out self, var seqid: BString, region: Interval)Args:
- seqid (
BString) - region (
Interval) - self (
Self)
Returns:
Self
def __init__(out self, *, copy: Self)Args:
- copy (
Self) - self (
Self)
Returns:
Self