TargetAttribute
Mojo struct 🡭
TargetAttribute
Section titled “TargetAttribute”@memory_onlystruct TargetAttributeStructured form of a GFF3 Target attribute value.
Format: target_id start end [strand] Coordinates are 1-based. strand is optional (+/-).
Fields
Section titled “Fields”- target_id (
BString) - start (
UInt64) - end (
UInt64) - strand (
Optional[Gff3Strand])
Implemented traits
Section titled “Implemented traits”AnyType, Copyable, ImplicitlyDestructible, Movable
Methods
Section titled “Methods”__init__
Section titled “__init__”def __init__(out self, var target_id: BString, start: UInt64, end: UInt64, strand: Optional[Gff3Strand])Args:
- target_id (
BString) - start (
UInt64) - end (
UInt64) - strand (
Optional) - self (
Self)
Returns:
Self
def __init__(out self, *, copy: Self)Args:
- copy (
Self) - self (
Self)
Returns:
Self