Update elements/neuron/postsynapse.md
This commit is contained in:
+27
-115
@@ -39,47 +39,6 @@ Qui comprendiamo:
|
||||
|
||||
---
|
||||
|
||||
**G expression**:
|
||||
|
||||
```Gen
|
||||
|
||||
*bAP
|
||||
POSTSYNAPSE (ms)
|
||||
-- Ca Influx
|
||||
CaNDMAEnterMax: ( active: 2x ) accumulator
|
||||
CaNDMAEnterMed: ( active: 4x ) accumulator
|
||||
|
||||
NOT *bAP:
|
||||
POSTSYNAPSE (ms)
|
||||
-- Ca Influx
|
||||
CaNDMAEnterMedNotBap: ( active: 4x ) accumulator
|
||||
CaNDMAEnterLow: ( active: 12x ) accumulator
|
||||
-- Ca Clearence
|
||||
CaClearance: ( active: 24x ) accumulator
|
||||
-- V Influx
|
||||
VPostMax: ( active: 4x ) accumulator ->VPost
|
||||
VPostMed: ( active: 8x ) accumulator ->VPost
|
||||
VPostLow: ( active: 16x ) accumulator ->VPost
|
||||
-- V Clearence
|
||||
VPostClearance: ( active: 18x ) accumulator ~->VPost
|
||||
POST-AMPA (ms) ~ NT
|
||||
-- Na Influx
|
||||
NaAMPAEnterMax: ( active: 2x ) accumulator ~NT
|
||||
NaAMPAEnterMed: ( active: 4x ) accumulator ~NT
|
||||
POST-NA-CLEAR (ms)
|
||||
-- Na Clearence
|
||||
NaClearanceHigh: ( active: 4x ) accumulator
|
||||
NaClearanceLow: ( active: 16x ) accumulator
|
||||
|
||||
TunPossible_ctx
|
||||
TUN-POST-AMPA (sec)
|
||||
CheckTunPostAmpa: ( active: 60x ) contexting
|
||||
TryTunUpPostAmpa_ctx
|
||||
PossibleUpPostAmpaTun: ( active: 10x ) accumulator
|
||||
TryTunDownPostAmpa_ctx
|
||||
PossibleDownPostAmpaTun: ( active: 10x ) accumulator
|
||||
```
|
||||
|
||||
**Tubs:**
|
||||
|
||||
- **Na**: Ioni entranti tramite AMPA receptors
|
||||
@@ -91,11 +50,19 @@ TunPossible_ctx
|
||||
|
||||
---
|
||||
|
||||
## POSTSYNAPSE: Comprehension
|
||||
Intro:
|
||||
- is expanded and developed by: [D_BRANCH](d-branch.md)
|
||||
- is tuned by: ORGANISM, organs, modules
|
||||
- expands and tunes: [POST-AMPA](post_ampa.md)
|
||||
- develops [_posMod](??), [_actMod](??)
|
||||
|
||||
## POSTSYNAPSE
|
||||
|
||||
```Gen
|
||||
POSTSYNAPSE
|
||||
type: comprehension
|
||||
type: comprehension
|
||||
|
||||
include: post_ampa.md
|
||||
|
||||
expansion:
|
||||
_@PostAmpaAll: TUB [ comprehension: POST-AMPA, full: 10x, active: 5x, empty: 2x ]
|
||||
@@ -131,7 +98,7 @@ POSTSYNAPSE
|
||||
|
||||
```
|
||||
|
||||
### MAIN_POST: Behaviour
|
||||
### MAIN_POST: !DAY
|
||||
```
|
||||
MAIN_POST
|
||||
type: behaviour
|
||||
@@ -161,7 +128,7 @@ MAIN_POST
|
||||

|
||||
|
||||
|
||||
##### CaNDMAEnterMax: ( active: 2x ) accumulator
|
||||
##### CaNDMAEnterMax
|
||||
|
||||
```Gen
|
||||
CaNDMAEnterMax
|
||||
@@ -175,7 +142,7 @@ CaNDMAEnterMax
|
||||
trace:
|
||||
```
|
||||
|
||||
##### CaNDMAEnterMed: ( active: 4x ) accumulator
|
||||
##### CaNDMAEnterMed
|
||||
|
||||
```Gen
|
||||
CaNDMAEnterMed
|
||||
@@ -190,7 +157,7 @@ CaNDMAEnterMed
|
||||
|
||||
#### NOT *bAP
|
||||
|
||||
##### CaNDMAEnterLow: ( active: 12x ) accumulator
|
||||
##### CaNDMAEnterLow
|
||||
|
||||
```Gen
|
||||
CaNDMAEnterLow
|
||||
@@ -203,7 +170,7 @@ CaNDMAEnterLow
|
||||
trace:
|
||||
```
|
||||
|
||||
##### CaNDMAEnterMedNotBap: ( active: 4x ) accumulator
|
||||
##### CaNDMAEnterMedNotBap
|
||||
|
||||
```Gen
|
||||
CaNDMAEnterMedNotBap
|
||||
@@ -216,7 +183,7 @@ CaNDMAEnterMedNotBap
|
||||
trace:
|
||||
```
|
||||
|
||||
##### CaClearance: ( active: 24x ) accumulator
|
||||
##### CaClearance
|
||||
|
||||
```Gen
|
||||
CaClearance # Low
|
||||
@@ -229,7 +196,7 @@ CaClearance # Low
|
||||
trace: None
|
||||
```
|
||||
|
||||
##### VPostMax: ( active: 4x ) accumulator
|
||||
##### VPostMax
|
||||
```Gen
|
||||
VPostMa
|
||||
type: accumulator
|
||||
@@ -241,7 +208,7 @@ VPostMa
|
||||
trace: None
|
||||
```
|
||||
|
||||
##### VPostMed: ( active: 8x ) accumulator
|
||||
##### VPostMed
|
||||
```Gen
|
||||
VPostMed
|
||||
type: accumulator
|
||||
@@ -253,7 +220,7 @@ VPostMed
|
||||
trace: None
|
||||
```
|
||||
|
||||
##### VPostMin: ( active: 16x ) accumulator
|
||||
##### VPostMin
|
||||
```Gen
|
||||
VPostMin
|
||||
type: accumulator
|
||||
@@ -266,7 +233,7 @@ VPostMin
|
||||
```
|
||||
|
||||
Il VPost clearance lo facciamo qui nel container dove creaiamo anche i VPost, perche' altrimenti, se lo facessimo in DB, perderemmo l'aspetto temporale della contribuzione dei singoli POST.
|
||||
##### VPostClearance: ( active: 18x ) accumulator
|
||||
##### VPostClearance
|
||||
```Gen
|
||||
VPostClearance
|
||||
type: accumulator
|
||||
@@ -280,7 +247,7 @@ VPostClearance
|
||||
|
||||
Il NA clearance lo mettiamo qui come sniplet, perche' gli AMPA creano, e questi pompano fuori. Qui non e' un problema di perdere l'integrazione temporale, perche' gli AMPA sono tutti uguali nel loro behavior. Abbiamo messo gli AMPA come container perche' cosi' possiamo modularne la numerosita'.
|
||||
|
||||
##### NaClearanceHigh: ( active: 4x ) accumulator
|
||||
##### NaClearanceHigh
|
||||
```Gen
|
||||
NaClearanceHigh
|
||||
type: accumulator
|
||||
@@ -292,7 +259,7 @@ NaClearanceHigh
|
||||
trace: None
|
||||
```
|
||||
|
||||
##### NaClearanceLow: ( active: 16x ) accumulator
|
||||
##### NaClearanceLow
|
||||
```Gen
|
||||
NaClearanceLow
|
||||
type: accumulator
|
||||
@@ -304,7 +271,7 @@ NaClearanceLow
|
||||
trace: None
|
||||
```
|
||||
|
||||
### TUN-POST-AMPA: Behaviour
|
||||
### TUN-POST-AMPA: !DAY
|
||||
```Gen
|
||||
TUN-POST-AMPA
|
||||
type: behaviour
|
||||
@@ -323,9 +290,9 @@ TUN-POST-AMPA
|
||||
|
||||
|
||||
```
|
||||
#### TunPossible_ctx
|
||||
#### *TunPossible
|
||||
|
||||
##### CheckTunPostAmpa: ( active: 60x ) contextor
|
||||
##### CheckTunPostAmpa
|
||||
```Gen
|
||||
CheckTunPostAmpa
|
||||
type: contextor
|
||||
@@ -338,7 +305,7 @@ CheckTunPostAmpa
|
||||
out_context: *TryTunDownPostAmpa
|
||||
```
|
||||
|
||||
##### PossibleUpPostAmpaTun: ( active: 10x ) accumulator
|
||||
##### PossibleUpPostAmpaTun
|
||||
```Gen
|
||||
PossibleUpPostAmpaTun: ( active: 10x )
|
||||
type: accumulator
|
||||
@@ -349,7 +316,7 @@ PossibleUpPostAmpaTun: ( active: 10x )
|
||||
trace:
|
||||
```
|
||||
|
||||
##### PossibleDownPostAmpaTun: ( active: 10x ) accumulator
|
||||
##### PossibleDownPostAmpaTun
|
||||
```Gen
|
||||
PossibleDownPostAmpaTun
|
||||
type: accumulator
|
||||
@@ -359,58 +326,3 @@ PossibleDownPostAmpaTun
|
||||
action:
|
||||
trace:
|
||||
```
|
||||
|
||||
## POST-AMPA: Comprehension
|
||||
```Gen
|
||||
POST-AMPA
|
||||
type: comprehension
|
||||
|
||||
expansion:
|
||||
|
||||
intrication:
|
||||
# Tub
|
||||
_NT: INTRICATION [ ref: &ASTROSYNAPSE._NT ]
|
||||
_Na: INTRICATION [ ref: &POSTSYNAPSE._Na ]
|
||||
|
||||
instantiation:
|
||||
$: BEHAVIOUR [ behaviour: POST-AMPA-BHE ]
|
||||
|
||||
```
|
||||
|
||||
### POST-AMPA: Behaviour
|
||||
```Gen
|
||||
POST-AMPA-BHE
|
||||
type: behavior
|
||||
|
||||
within_scope: !DAY
|
||||
|
||||
snippet:
|
||||
# NOT *bAP
|
||||
@: ACCUMULATOR [ snippet: NaAMPAEnterMax, rf: active 2x ]
|
||||
@: ACCUMULATOR [ snippet: NaAMPAEnterMed, rf: active 4x ]
|
||||
|
||||
```
|
||||
|
||||
#### NOT *bAP
|
||||
|
||||
##### NaAMPAEnterMax: ( active: 2x ) accumulator
|
||||
```Gen
|
||||
NaAMPAEnterMax
|
||||
type: accumulator
|
||||
|
||||
in_context: NOT *bAP
|
||||
hypothesis: _NT fullness
|
||||
action: [ _Na increase ]
|
||||
trace:
|
||||
```
|
||||
|
||||
##### NaAMPAEnterMed: ( active: 4x ) accumulator
|
||||
```Gen
|
||||
NaAMPAEnterMed
|
||||
type: accumulator
|
||||
|
||||
in_context: NOT *bAP
|
||||
hypothesis: _NT mediumness
|
||||
action: [ _Na increase ]
|
||||
trace:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user