-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfluorescentIndicator.tpl.json
More file actions
39 lines (39 loc) · 1.63 KB
/
fluorescentIndicator.tpl.json
File metadata and controls
39 lines (39 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"_type": "microscopy: fluorescentIndicator",
"_extends": "/core/schemas/research/experimentalAcitivity.schema.tpl.json",
"required": [
"name",
"chemicalComposition",
"fluorescentIndicatorTypes"
],
"properties": {
"name": {
"type": "string",
"_instruction": "Add canonical name of this fluorescent calcium indicator."
},
"chemicalComposition": {
"_instruction": "Add the underlying molecular composition of the indicator.",
"_linkedCategories": "chemicals:chemicalMixture"
},
"fluorescentIndicatorTypes": {
"_instruction": "Add classification of the indicator.",
"_linkedCategories": "controlledTerms:?"
},
"emissionPeak": {
"_instruction": "Add peak emission wavelength of the indicator, expressed in nanometers.",
"_linkedCategories": "core:QuantitativeValue"
},
"onKinetics": {
"_instruction": "Add rise time (on-kinetics) of fluorescence after calcium binding, typically in milliseconds.",
"_linkedCategories": "core:QuantitativeValue"
},
"offKinetics": {
"_instruction": "Add decay time (off-kinetics) of fluorescence after calcium unbinding, typically in milliseconds.",
"_linkedCategories": "core:QuantitativeValue"
},
"apparentDissociationConstant": {
"_instruction": "Add apparent dissociation constant (binding affinity for Ca²⁺), typically in micromolar (µM).",
"_linkedCategories": "core:QuantitativeValue"
}
}
}