Summary: This report summarizes work done as part of the Hippocampus Neuroscience PFUG under Rice University's VIGRE program. VIGRE is a program of Vertically Integrated Grants for Research and Education in the Mathematical Sciences under the direction of the National Science Foundation. A PFUG is a group of Postdocs, Faculty, Undergraduates and Graduate students formed round the study of a common problem. This module explains how to implement the conductance-based model for the dynamics of a network of single compartmental cells presented in the paper "Rate Models for Conductance-Based Cortical Neuronal Networks," by O. Shriki, D. Hansel, and H. Sompolinsky.
In order to gain a better understanding of many biological processes, it is often necessary to implement a theoretical model of a neuronal network. In the paper Rate Models for Conductance-Based Cortical Neuronal Networks, Shriki et al. present a conductance-based model for simulating the dynamics of a neuronal network [1]. The work done in this module is an implementation of their model. In his module Dynamics of the Firing Rate of Single Compartmental Cells, Yangluo Wang shows how to model the dynamics of an isolated cell using the Hodgkin and Huxley model. We will build on the work presented by Wang to model the dynamics of cells within a neuronal network driven by some external current. We then apply this model to a network of cells within a hypercolumn in primary visual cortex.
The dynamics of cell
where the parameters for cell
|
|
membrane capacitance |
|
|
membrane potential |
|
|
leak current |
|
|
active ionic current |
|
|
externally applied current |
|
|
network current |
The model of a cell within a network is very similar to the model of an isolated cell,
where
The leak current and active current for a cell within a network is defined exactly as it is for an isolated cell. For details on these two currents, see Yungluo Wang's module Dynamics of the Firing Rate of Single Compartmental Cells. The applied current in the isolated cell model is an abstract current that drives the cell. For the network model, we replace this applied current with the sum of the external and network currents.
The network current for cell
where
where
We illustrate the dynamics of the synaptic conductance in a very simple example presented in Figure 1.
![]() |
Similar to the network current, the external current for cell
where
We assume that all external sources are excitatory and have the same reversal potential,
We now apply this network model to a network of cells found in a hypercolumn in primary visual cortex. We divide the network neurons into two types: excitatory and inhibitory. Each cell is selective to the orientation of the visual stimulus and is parameterized by its preferred orientation (PO). For excitatory neurons, the PO for cell
The peak conductance at a network synapse is dependent on the PO of the pre- and postsynaptic neurons. If cell
where
Excitatory neurons in the lateral geniculate nucleus (LGN) are the external sources for our network in the primary visual cortex. The total mean firing rate of all external sources to cell
where
![]() |
To ensure that we have understood and implemented the model as Shriki intended, we now test our model by reproducing the conductance-based portion of Figure 3 in Shriki's paper [1]. For this simple example, the network in the primary visual cortex consists of
![]() |
|
|
1000 |
|
|
0.0035 |
|
|
1570 Hz |
|
|
5 rad |
|
|
5 ms |
|
|
5 ms |
|
|
-73 mV |
|
|
1 |
|
|
-65 mV |
We have shown how to extend the model of the isolated single compartmental neuron to model a network of neurons receiving external input. Using this model, we have simulated the dynamics of a network of cells in the primary visual cortex receiving input from the LGN. For an excitatory, homogeneous network, we have shown the relationship between the firing rate of the network and the peak synaptic conductance at the network synapses, reproducing results obtained by Shriki et al. The next step needing to be taken for this VIGRE project is to implement the rate equations that are the central focus of the Shriki paper. We could then compare the results obtained from the rate model to those obtained in the conductance-based model presented here and determine if the rate equations are a good approximation for the conductance-based model.