Skip to content

Enum: StrandEnum

strand

Permissible Values

Value Meaning Description
+ None Positive
- None Negative
. None Unstranded
? None Unknown

Slots constrained by this enum

Name
genome_build
strand

LinkML Source

name: StrandEnum
description: strand
from_schema: https://w3id.org/biolink/biolink-model
permissible_values:
  +:
    text: +
    description: Positive
  '-':
    text: '-'
    description: Negative
  .:
    text: .
    description: Unstranded
  '?':
    text: '?'
    description: Unknown