Files
organism/neuron/soma.md
T

232 lines
3.4 KiB
Markdown
Raw Normal View History

2026-04-14 12:05:22 +02:00
# soma.md
2026-04-07 11:06:44 +02:00
Qui comprendiamo:
- BEH-SOMA: il soma
## BEH-SOMA: Container
2026-04-08 10:58:25 +02:00
**Simplified behaviors**:
2026-04-07 11:06:44 +02:00
2026-04-08 10:58:25 +02:00
— ms:
2026-04-07 11:06:44 +02:00
— seconds:
2026-04-10 11:35:39 +02:00
- Ca2+ accumulation: SpikeTrainTraces
2026-04-07 11:06:44 +02:00
— mins:
2026-04-10 11:35:39 +02:00
- VGSC modulation
2026-04-07 11:06:44 +02:00
---
2026-03-07 12:26:39 +01:00
2026-04-08 12:04:49 +02:00
**Tubs:**
2026-04-10 11:35:39 +02:00
- **VDB**: dendrites deliver current
- **VSOMA**: are a proxy for the Coulombs of charge building up on the somatic membrane.
- **AP**:
- **bAP**:
2026-04-08 12:04:49 +02:00
2026-04-10 11:35:39 +02:00
- **SpikeTrainTraces**: sono le tracce che consentono al neurone di far partire il Tuning neuronale, quando e' lontano da uno spike-train, ovvero e' in riposo.
2026-04-08 12:04:49 +02:00
---
2026-03-07 12:26:39 +01:00
```Gen
container: BEH-SOMA
expansion:
2026-04-08 18:28:34 +02:00
- BEH-SOMA-VGSC ( fullness: 50x, active: 20x, emptiness: 10x )
2026-04-07 17:55:56 +02:00
# modulated_by: TUN-SOMA-VCGG # possible/actual
2026-03-07 12:26:39 +01:00
2026-04-07 17:55:56 +02:00
tub_local:
- VDB
- VSOMA
- AP
- bAP
tub_intricated:
- SpikeTrainTraces ( contained_by: TUN-N )
2026-03-07 12:26:39 +01:00
```
2026-04-10 11:35:39 +02:00
### ms: behaviors SOMA
#### CheckVDB: Context
As dendrites deliver current (VDB), the soma acts like a capacitor. It "stores" this charge in the form of membrane potential. VSOMA is proxy for the Coulombs of charge building up on the somatic membrane.
2026-03-07 12:26:39 +01:00
2026-04-10 11:35:39 +02:00
Contestualizziamo in maniera Fixed?
2026-03-07 12:26:39 +01:00
```Gen
2026-04-10 11:35:39 +02:00
context: CheckVDB
contained_by: BEH-SOMA
in_context: Fixed
rf: ( active: 60x )
2026-03-07 12:26:39 +01:00
2026-04-10 11:35:39 +02:00
condition: (VDB fullness)
out_context: VDBMax
2026-03-07 12:26:39 +01:00
2026-04-10 11:35:39 +02:00
condition: (VDB mediumness)
out_context: VDBMedium
condition: (VDB emptiness)
out_context: VDBLow
2026-03-07 12:26:39 +01:00
```
2026-04-10 11:45:06 +02:00
##### AddVSOMAMax: Episode
2026-03-07 12:26:39 +01:00
```Gen
2026-04-10 11:45:06 +02:00
episode: AddVSOMAMax
2026-03-07 12:26:39 +01:00
contained_by: BEH-SOMA
2026-04-10 11:35:39 +02:00
in_context: VDBMax
rf: ( active: 2x )
2026-03-07 12:26:39 +01:00
2026-04-10 11:35:39 +02:00
hypothesis: NOT (VSOMA full)
action: [VSOMA increase]
trace:
```
2026-04-10 11:45:06 +02:00
##### AddVSOMAMed: Episode
2026-04-10 11:35:39 +02:00
```Gen
2026-04-10 11:45:06 +02:00
episode: AddVSOMAMed
2026-04-10 11:35:39 +02:00
contained_by: BEH-SOMA
in_context: VDBMedium
rf: ( active: 4x )
hypothesis: NOT (VSOMA full)
action: [VSOMA increase]
trace:
2026-03-07 12:26:39 +01:00
```
2026-04-10 11:45:06 +02:00
##### AddVSOMALow: Episode
2026-04-10 11:35:39 +02:00
```Gen
2026-04-10 11:45:06 +02:00
episode: AddVSOMALow
2026-04-10 11:35:39 +02:00
contained_by: BEH-SOMA
in_context: VDBLow
rf: ( active: 8x )
hypothesis: NOT (VSOMA full)
action: [VSOMA increase]
trace:
```
2026-04-10 11:45:06 +02:00
#### SomaSpike: Episode
```Gen
episode: SomaSpike
contained_by: BEH-SOMA
in_context:
rf: ( active: 8x )
hypothesis:
action:
trace:
```
#### ClearVSOMA: Episode
```Gen
episode: ClearVSOMA
contained_by: BEH-SOMA
in_context:
rf: ( active: 8x )
hypothesis:
action:
trace:
```
### sec: behaviors SOMA
### min: behaviors SOMA
#### TUN-SOMA-VCGG: Tuner
```Gen
tuner: TUN-SOMA-VCGG
contained_by: BEH-SOMA
tunes: BEH-SOMA/expansion/BEH-SOMA-VCGG
expansion: BEH-SOMA-VCGG
tub_modulation: # in TUN agiamo su POS/ACT
- posMod ( fullness: None, active: BEH-SOMA-VCGG/fullness, empty: 0x) # riferimento a possible di BEH-PRE
- actMod ( fullness: None, active: BEH-SOMA-VCGG/active, empty: BEH-SOMA-VCGG/emptiness) # riferimento a active di BEH-PRE
context_intricated:
- TunPossible ( contained_by: DAY-N )
tub_local:
tub_intricated:
```
##### Context
```Gen
context: Check
contained_by: TUN-SOMA-VCGG
in_context: TunPossible
rf: ( active: 60x )
condition:
out_context: TunSomaVcgg
```
##### Episode
```Gen
episode: ?
contained_by: TUN-PRE-VGCC
in_context: TunSomaVcgg
rf: ( active: x )
hypothesis:
action:
trace:
```
2026-04-10 11:45:06 +02:00
2026-04-10 11:35:39 +02:00
## BEH-SOMA-VGSC: Container
2026-03-07 12:26:39 +01:00
2026-04-08 18:28:34 +02:00
Voltage Gated Sodium Channel
2026-03-07 12:26:39 +01:00
```Gen
2026-04-08 18:28:34 +02:00
container: BEH-SOMA-VGSC
2026-03-07 12:26:39 +01:00
```
2026-04-10 11:35:39 +02:00
### ms: behaviors SOMA-VGSC
#### Episode1
2026-03-07 12:26:39 +01:00
```Gen
episode: ??
2026-04-08 18:28:34 +02:00
contained_by: BEH-SOMA-VGSC
2026-03-07 12:26:39 +01:00
in_context: xxx
rf: ( active: 1x )
hypothesis:
2026-03-08 10:01:18 +01:00
action:
trace: None
2026-03-07 12:26:39 +01:00
```
2026-03-08 10:01:18 +01:00
##