Skip to content

Enum: SequenceStrand

Strand orientation for nucleic acid sequences

URI: valuesets:SequenceStrand

Permissible Values

Value Meaning Description
PLUS None Plus/forward/sense strand (5' to 3')
MINUS None Minus/reverse/antisense strand (3' to 5')
BOTH None Both strands
UNKNOWN None Strand not specified or unknown

Slots

Name Description
sequence_strand Strand orientation for nucleic acid sequences

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: SequenceStrand
description: Strand orientation for nucleic acid sequences
title: DNA/RNA Strand Orientation
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  PLUS:
    text: PLUS
    description: Plus/forward/sense strand (5' to 3')
    title: PLUS
  MINUS:
    text: MINUS
    description: Minus/reverse/antisense strand (3' to 5')
    title: MINUS
  BOTH:
    text: BOTH
    description: Both strands
  UNKNOWN:
    text: UNKNOWN
    description: Strand not specified or unknown