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
2026-04-15 11:25:58 +02:00
- Resting at -70 mV: Leak channels + pumps (keep at resting)
2026-04-15 12:13:52 +02:00
-- ?
2026-04-15 11:25:58 +02:00
- VDB Depolarization : ~1-2 ms: Na⁺ enters (some VGSCs open)
- Opened VGSC remain closed for a refractory period
Spike if depolarized above threshold: to -50 mV
2026-04-15 12:13:52 +02:00
-- Here the threshold is based only on the integration of Na+
-- The threshold is tuned during the spiketrain. Low threshold at rest, to increase sensitivity, threshold increase during spike to increase discrimination
-- increase SpikeTrainTraces (fast at spike)
-- increase Ca2+ traces
2026-04-15 11:25:58 +02:00
- Repolarization to -70 mV: ~1-2 ms: K⁺ exits (VG K⁺ channels open) ← NOT pumps!
2026-04-15 12:13:52 +02:00
-- fast pump which decreases Na+, we do not model K+
2026-04-15 11:25:58 +02:00
- After-hyperpolarization: ~5-20 ms: K⁺ channels still open
2026-04-15 12:13:52 +02:00
-- must figure out how to deal with deoplarization
-- decrease SpikeTraintraces slow, only if away from spiketrain this is empty
2026-04-15 11:25:58 +02:00
2026-04-07 11:06:44 +02:00
— seconds:
2026-04-15 11:25:58 +02:00
- Return to exact -70 mV: ~100-1000 ms: Na⁺/K⁺ pumps restore gradients
2026-04-15 12:13:52 +02:00
-- slow pump
2026-04-10 11:35:39 +02:00
- Ca2+ accumulation: SpikeTrainTraces
2026-04-15 12:13:52 +02:00
-- ?
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
2026-04-15 12:13:52 +02:00
- **Na**: are a proxy for the Coulombs of charge building up on the somatic membrane. They are used to check threshold, but also to mimic Na+ and K+ pumping
2026-04-10 11:35:39 +02:00
- **AP**:
- **bAP**:
2026-04-08 12:04:49 +02:00
2026-04-15 12:13:52 +02:00
- **Ca2+**: Medium term traces to guide tuning and Night development
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-15 12:13:52 +02:00
- VGSC-SOMA ( 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
2026-04-15 12:13:52 +02:00
- Na
2026-04-07 17:55:56 +02:00
- AP
- bAP
2026-04-15 12:13:52 +02:00
- Ca2+
tub_intricated:
- SpikeTrainTraces ( contained_in: DAY-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:
2026-04-14 11:16:41 +02:00
```
### sec: behaviors SOMA
### min: behaviors SOMA
#### TUN-SOMA-VCGG: Tuner
``` Gen
2026-04-15 12:13:52 +02:00
tuner: VGSC-SOMA-TUN
2026-04-14 11:16:41 +02:00
2026-04-15 12:13:52 +02:00
contained_by: SOMA
2026-04-14 11:16:41 +02:00
2026-04-15 12:13:52 +02:00
tunes: SOMA/expansion/VGSC-SOMA
2026-04-14 11:16:41 +02:00
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-15 12:13:52 +02:00
## VGSC-SOMA: 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-15 12:13:52 +02:00
container: VGSC-SOMA
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-15 12:13:52 +02:00
contained_by: VGSC-SOMA
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
##