Skip to content

Enum: StorageConditionEnum

Sample storage conditions

URI: basalt_schema:StorageConditionEnum

Permissible Values

Value Meaning Description
fresh None Fresh sample
frozen None Frozen sample
lyophilized None Lyophilized (freeze-dried) sample
other None Other storage condition

Slots

Name Description
storage_condition The storage condition of the sample

Identifier and Mapping Information

Schema Source

LinkML Source

name: StorageConditionEnum
description: Sample storage conditions
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
permissible_values:
  fresh:
    text: fresh
    description: Fresh sample
  frozen:
    text: frozen
    description: Frozen sample
  lyophilized:
    text: lyophilized
    description: Lyophilized (freeze-dried) sample
  other:
    text: other
    description: Other storage condition