<< Chapter < Page | Chapter >> Page > |
We seek to understand how to reduce complicated neuronal models into simplified versions that still capture essential features of the neuron. It has been observed through the detailed Hodgkin-Huxley model that the firing rate of a cell depends on current input. This module examines the dynamics of an active single-compartment cell and verifies the existence of a linear relationship between the firing rate and the injected current. It will reproduce the results found in Section 2.1 of “Rate Models for Conductance-Based Cortical Neuronal Networks," by Shriki et al [1]. In particular, it verifies Figures 1 and 2 of the Shriki paper through MATLAB simulations .
The Hodgkin-Huxley model of a single-compartment cell obeys
with the following definitions:
Variables | Description |
membrane potential of the cell at time | |
membrane capacitance | |
leak conductance | |
reversal potential of the leak current | |
active ionic currents, varies with time | |
externally applied current. |
If were kept constant in time and sufficiently large, then the cell will fire at a rate . There is a simple relationship between and , namely, called the f-I curve . It was noted in the Shriki paper that in many cortical neurons, the f-I curve is approximately linear if is above threshold. Our goal is to reproduce the f-I curves shown in Figures 1 and 2 of Shriki et al. through simulation of the Hodgkin-Huxley model on a single-compartment cell.
In order to generate f-I curves, we must stimulate the cell with varying current input (with the current kept constant across each simulation), and count the number of times it fired each time. But first, we need to understand the active ionic currents, an integral part of .
There are three types of active currents, Na, K, and A. The first two currents are gated by sodium and potassium channels respectively. They obey the following equations:
Here, and are the reversal potentials of Na and K respectively. The A-current is a slow current gated by a type of potassium channel. It obeys
The A-current is introduced to linearize the f-I curve, as we shall later see in Figure 1.
Adding these currents, we get
Notification Switch
Would you like to follow the 'The art of the pfug' conversation and receive update notifications?