Skip to content

Enum: StrandEnum

strand

URI: StrandEnum

Permissible Values

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

Slots

Name Description
genome_build The version of the genome on which a feature is located
strand The strand on which a feature is located

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/biolink/biolink-model

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