<< Chapter < Page | Chapter >> Page > |
In Shriki et al., the following equations and parameters were used:
We first solve for the initial condition by setting in since it is generally assumed that the cell is in its steady state configuration at time .
Then we solve using Backwards Euler, noting that , , , use from the previous time step. The result allows us to solve using Backwards Euler, govern by the equation
In MATLAB, is written as
top = v(i) + dt/Cm*(g_L*E_L+gbar_na*m_inf^3*h(i+1)*E_na+...
gbar_k*n(i+1)^4*E_k+gbar_A*a_inf^3*b(i+1)*E_k+I_app);
bottom = 1 + dt/Cm*(g_L+...
gbar_na*m_inf^3*h(i+1)+gbar_k*n(i+1)^4+gbar_A*a_inf^3*b(i+1));
v(i+1) = top/bottom;
We say that a cell has spiked, or generated an action potential, if By varying the injective current (kept constant during each run) per simulation, we count the number of spikes in that simulation. This produces an f-I curve.
Shriki et. al's Figures 1 and 2 and their respective insets were reproduced below by running the single-cell model described in section 2.2.
Figure 1 is an exact replica of Shriki's Figure 1. Thus, we confirm that the active current plays an important role in linearizing the f-I curve.
In Shriki's Figure 1 inset, there is another action potential at about 50 msec, which is not realized in Figure 2. The reason could be that Shriki did not state the assumption that the cell starts at steady state, which given the parameters, came out to be -72.73 mV. It is possible that he assumed the cell starts at 65 mV or 70 mV, common rest potentials in neuroscience. If that is the case, then the model will spike at about 50 msec.
Besides the active current, the leak conductance governs the threshold current , the smallest current for which the cell will spike. This fact is captured in Figures 3 and 4, a reproduction of Shriki's Figure 2 and its inset.
By reproducing Shriki Figures 1 and 2, we have confirmed that the firing rate of an active cell depends linearly on the applied current.
This Connexions module describes work conducted as part of Rice University's VIGRE program, supported by National Science Foundationgrant DMS–0739420. I would like to thank Dr. Steve Cox for leading our Computational Neuroscience VIGRE team. Also thanks to the entire group whose members include Jay Raol, Tony Kellems, Eva Dyer, Katherine Ward, Eric Reinelt, Mingbo Cai, Ben Leung, Ryan George, and Aneesh Mehta.
Notification Switch
Would you like to follow the 'The art of the pfug' conversation and receive update notifications?