The code provided represents a computational model of Purkinje cells (PCs) in the cerebellum. Purkinje cells are critical to the function of the cerebellum, influencing motor control by integrating synaptic inputs and firing action potentials.
Cell Structure and Passive Properties:
L = 20 um
) and diameter (diam = 20 um
). The membrane capacitance (cm = 1 uF/cm2
) mimics the membrane's ability to store and discharge ions.Ion Channels and Conductances:
pcNarsg
, pcNa
) are responsible for the rapid depolarization phase of the action potential. Their reversal potential (ena
) is set to 60 mV.pcKv1
, pcKv4
, pcKbin
) which mediate repolarization and after-hyperpolarization. The reversal potential for potassium (ek
) is -88 mV.pcCaP
(high-threshold calcium channels) and calcium-activated potassium channels (pcCaBK
), crucial for shaping action potentials and facilitating synaptic activity. The external calcium concentration (cao
) is set to 2 mM.pcleak
) helps maintain the resting membrane potential.pcIhcn
, these channels contribute to the pacemaker activity by allowing inward cation flow at hyperpolarized membrane potentials.Input Current (IClamp):
IClamp
mechanisms, which apply current (ocPC_amp[i]
) based on data read from an external file. This simulates varied baseline levels of synaptic activity or intrinsic excitability reflecting biological diversity among neurons.Noisy Current:
NoisyCurrent
added to the membrane potential to account for stochastic fluctuations present in neuronal micro-environments, such as thermal noise and synaptic variability.Temperature:
celsius = 36 degC
) close to mammalian body temperature, affecting channel kinetics and neuronal behavior.The model simulates the diverse electrophysiological behaviors of a population of Purkinje cells, each with distinct synaptic inputs and membrane properties due to random variations in input current and noise. This allows for the study of how intrinsic properties and noise influence the output and functionality of these critical neurons within the cerebellar microcircuitry.