Skip to content

Enum: StrandEnum

Strand of DNA

URI: enigma:StrandEnum

Permissible Values

Value Meaning Description
forward None Forward
+ ME:0000187 Forward strand using + symbol notation
reverse_complement None Reverse Complement
- ME:0000188 Reverse complement strand using - symbol notation

Slots

Name Description
gene_strand strand field for Gene

Identifier and Mapping Information

Annotations

property value
microtype ME:0000186
microtype_data_type oterm_ref

Schema Source

  • from schema: https://w3id.org/enigma/enigma-cdm

LinkML Source

name: StrandEnum
annotations:
  microtype:
    tag: microtype
    value: ME:0000186
  microtype_data_type:
    tag: microtype_data_type
    value: oterm_ref
description: Strand of DNA
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
permissible_values:
  forward:
    text: forward
    description: Forward.
    annotations:
      term:
        tag: term
        value: ME:0000187
    title: Forward
  +:
    text: +
    description: Forward strand using + symbol notation.
    meaning: ME:0000187
    title: Forward (symbol notation)
  reverse_complement:
    text: reverse_complement
    description: Reverse Complement.
    annotations:
      term:
        tag: term
        value: ME:0000188
    title: Reverse Complement
  '-':
    text: '-'
    description: Reverse complement strand using - symbol notation.
    meaning: ME:0000188
    title: Reverse Complement (symbol notation)