From b4ee610c14b44da12df660b960cbb4530ec6d1bc Mon Sep 17 00:00:00 2001 From: Sergio Marchetti Date: Sun, 17 May 2026 09:45:27 +0200 Subject: [PATCH] Update neuron/postsynapse.md --- neuron/postsynapse.md | 67 ++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 39 deletions(-) diff --git a/neuron/postsynapse.md b/neuron/postsynapse.md index 5deb8b9..04c2df7 100644 --- a/neuron/postsynapse.md +++ b/neuron/postsynapse.md @@ -44,53 +44,42 @@ Qui comprendiamo: **G expression**: ```Gen -POSTSYNAPSE - bAP_ctx - ms - -- Ca Influx - CaNDMAEnterMax: ( active: 2x ) - CaNDMAEnterMed: ( active: 4x ) - NOT bAP_ctx: - ms +bAP_ctx + POSTSYNAPSE (ms) -- Ca Influx - CaNDMAEnterMedNotBap: ( active: 4x ) - CaNDMAEnterLow: ( active: 12x ) + CaNDMAEnterMax: ( active: 2x ) accumulator + CaNDMAEnterMed: ( active: 4x ) accumulator + +NOT bAP_ctx: + POSTSYNAPSE (ms) + -- Ca Influx + CaNDMAEnterMedNotBap: ( active: 4x ) accumulator + CaNDMAEnterLow: ( active: 12x ) accumulator -- Ca Clearence - CaClearance: ( active: 24x ) # Low + CaClearance: ( active: 24x ) accumulator -- V Influx - VPostMax: accumulator - VPostMed: accumulator - VPostLow: accumulator + VPostMax: ( active: 4x ) accumulator + VPostMed: ( active: 8x ) accumulator + VPostLow: ( active: 16x ) accumulator -- V Clearence - VPostClearance: accumulator - - POST-AMPA - NOT bAP_ctx - ms + VPostClearance: ( active: 18x ) accumulator + POST-AMPA (ms) -- Na Influx - NaAMPAEnterMax: ( active: 2x ) - NaAMPAEnterMed: ( active: 4x ) - - POST-NA-CLEAR - NOT bAP_ctx - ms + NaAMPAEnterMax: ( active: 2x ) accumulator + NaAMPAEnterMed: ( active: 4x ) accumulator + POST-NA-CLEAR (ms) -- Na Clearence - NaClearanceHigh: accumulator - NaClearanceLow: accumulator + NaClearanceHigh: ( active: 4x ) accumulator + NaClearanceLow: ( active: 16x ) accumulator -TUN-POST-AMPA - TunPossible_ctx - sec - CheckTunPostAmpa: ( active: 60x ) - - TryTunUpPostAmpa_ctx - sec - PossibleUpPostAmpaTun: ( active: 10x ) - - TryTunDownPostAmpa_ctx - sec - PossibleDownPostAmpaTun: ( active: 10x ) +TunPossible_ctx + TUN-POST-AMPA (sec) + CheckTunPostAmpa: ( active: 60x ) contexting + TryTunUpPostAmpa_ctx + PossibleUpPostAmpaTun: ( active: 10x ) accumulator + TryTunDownPostAmpa_ctx + PossibleDownPostAmpaTun: ( active: 10x ) accumulator ``` **Tubs:**