Skip to content

Enum: ComplexityLevelEnum

URI: [namo:ComplexityLevelEnum](https://w3id.org/monarch-initiative/namo/ComplexityLevelEnum) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | LOW | None | Simple, well-defined system with limited variables | | MODERATE | None | Intermediate complexity with multiple interacting components | | HIGH | None | Complex system with many variables and emergent properties | ## Slots | Name | Description | | --- | --- | | [complexity_level](complexity_level.md) | Level of biological complexity represented (subcellular, cellular, tissue, or... | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/monarch-initiative/namo ## LinkML Source
name: ComplexityLevelEnum
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
permissible_values:
  LOW:
    text: LOW
    description: Simple, well-defined system with limited variables
  MODERATE:
    text: MODERATE
    description: Intermediate complexity with multiple interacting components
  HIGH:
    text: HIGH
    description: Complex system with many variables and emergent properties