Class: GrowthCondition
How the cells were grown
URI: https://w3id.org/oscem-schemas/latest/cellular_tomo/GrowthCondition
erDiagram
GrowthCondition {
string media
string growth_location
string cell_cycle
string treatment
string atmosphere_growth
}
QuantitySI {
float valueSI
string unitSI
string unit
float value
}
GrowthCondition ||--|o QuantitySI : "temperature_growth"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| media | 0..1 String |
What growth media was used | direct |
| growth_location | 0..1 String |
In/on what kind of surface/container the cells were grown; i | direct |
| cell_cycle | 0..1 String |
What was the targeted cell cycle state, if any | direct |
| treatment | 0..1 String |
Were there any special treatment conditions; such as addition of certain chem... | direct |
| atmosphere_growth | 0..1 String |
What was the atmosphere the sample was in, elaborate on any special gases pre... | direct |
| temperature_growth | 0..1 QuantitySI |
Temperature of the sample; in K | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| SampleCell | growth_condition | range | GrowthCondition |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://w3id.org/oscem-schemas/latest/cellular_tomo/GrowthCondition |
| native | https://w3id.org/oscem-schemas/latest/cellular_tomo/GrowthCondition |
LinkML Source
Direct
name: GrowthCondition
description: How the cells were grown
from_schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
slots:
- media
- growth_location
- cell_cycle
- treatment
- atmosphere_growth
- temperature_growth
Induced
name: GrowthCondition
description: How the cells were grown
from_schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
attributes:
media:
name: media
description: What growth media was used
from_schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
rank: 1000
alias: media
owner: GrowthCondition
domain_of:
- GrowthCondition
range: string
growth_location:
name: growth_location
description: In/on what kind of surface/container the cells were grown; i.e. directly
on a grid
from_schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
rank: 1000
alias: growth_location
owner: GrowthCondition
domain_of:
- GrowthCondition
range: string
cell_cycle:
name: cell_cycle
description: What was the targeted cell cycle state, if any
from_schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
rank: 1000
alias: cell_cycle
owner: GrowthCondition
domain_of:
- GrowthCondition
range: string
treatment:
name: treatment
description: Were there any special treatment conditions; such as addition of
certain chemicals etc
from_schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
rank: 1000
alias: treatment
owner: GrowthCondition
domain_of:
- GrowthCondition
range: string
atmosphere_growth:
name: atmosphere_growth
description: What was the atmosphere the sample was in, elaborate on any special
gases present etc.
from_schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
rank: 1000
alias: atmosphere_growth
owner: GrowthCondition
domain_of:
- GrowthCondition
range: string
temperature_growth:
name: temperature_growth
description: Temperature of the sample; in K.
from_schema: https://w3id.org/oscem-schemas/latest/cellular_tomo
rank: 1000
alias: temperature_growth
owner: GrowthCondition
domain_of:
- GrowthCondition
range: QuantitySI