Skip to content

Enum: ReactionSideEnum

An enumeration indicating on which side of a biochemical reaction a participant appears - the left-hand (reactant/substrate) side or the right-hand (product) side, as written.

Permissible Values

Value Meaning Description
left None None
right None None

Slots constrained by this enum

Name
reaction_side

LinkML Source

name: ReactionSideEnum
description: An enumeration indicating on which side of a biochemical reaction a participant
  appears - the left-hand (reactant/substrate) side or the right-hand (product) side,
  as written.
from_schema: https://w3id.org/biolink/vocab/
permissible_values:
  left:
    text: left
  right:
    text: right