The provided code represents a computational model of a CA3 pyramidal neuron, based heavily on the Pinsky-Rinzel model described in their 1994 paper. This model aims to capture the essential neurophysiological properties of pyramidal cells, which are principal neurons found in the hippocampus and are crucial for various cognitive functions, including memory formation and spatial navigation.
The model includes multiple ionic conductances to simulate the electrical activity of the neuron. These channels allow ions to pass through the neuronal membrane, influencing the cell's membrane potential:
gNa
, they are responsible for the rapid depolarization phase of action potentials.Calcium ions (Ca²⁺) play a pivotal role in cellular signaling and neurotransmitter release:
gCa
and current ICad
. Calcium influences potassium currents and regulates synaptic and intrinsic neuronal properties.The model separates the neuron into two compartments, soma (Vs) and dendrite (Vd), reflecting the spatial segregation of the multiple functions in neurons. These voltage compartments are connected, influencing each other's dynamics.
The model uses gating variables like hs
, ns
, sd
, cd
, qd
to represent the probabilistic opening and closing of ion channels, described by rate equations (alpha
and beta
), influenced by voltage and, for calcium channels, intracellular calcium.
The model incorporates the influence of ATP concentration on the neuron's biophysical properties. ATP levels modulate the activity of the K(ATP) channels, linking the cell's energy status to its excitability. Stochasticity is introduced in ATP fluctuations, highlighting the variability in cellular metabolic activity.
The simulation captures neuron dynamics over time using a system of differential equations, with stochastic elements to model the inherent variability of biological systems. The constants and equations are grounded in empirical data from earlier models (e.g., Koyto model, Matsuoka et al.), ensuring biological accuracy.
This computational model simulates the behavior of CA3 pyramidal neurons by integrating key ionic currents, calcium dynamics, and ATP-sensitive pathways. It provides insights into how metabolic state influences neuronal excitability and signal processing, relevant for understanding complex hippocampal functions.