SenseLab Home ModelDB Home

Functional structure of mitral cell dendritic tuft (Djurisic et al. 2008)
Accession: 136026
The computational modeling component of Djurisic et al. 2008 addressed two primary questions: whether amplification by active currents is necessary to explain the relatively mild attenuation suffered by tuft EPSPs spreading along the primary dendrite to the soma; what accounts for the relatively uniform peak EPSP amplitude throughout the tuft. These simulations show that passive spread from tuft to soma is sufficient to yield the low attenuation of tuft EPSPs, and that random distribution of a biologically plausible number of excitatory synapses throughout the tuft can produce the experimentally observed uniformity of depolarization.
Reference: Djurisic M, Popovic M, Carnevale N, Zecevic D (2008) Functional Structure of the Mitral Cell Dendritic Tuft in the Rat Olfactory Bulb J. Neurosci. 28:4057-4068 [PubMed]
Citations  Citation Browser
Model Information (Click on a link to find other models with that property)
Model Type:  Neuron or other electrically excitable cell;
Brain Region(s)/Organism:  Olfactory bulb;
Cell Type(s):  Olfactory bulb mitral cell;  
Channel(s):  I K; I Sodium;  
Gap Junctions:  
Receptor(s):  
Gene(s):  
Transmitter(s):  
Simulation Environment:  Neuron;
Model Concept(s):  Dendritic Action Potentials; Active Dendrites; Synaptic Integration;
Implementer(s):  Carnevale, Ted [Ted.Carnevale at Yale.edu];
Search NeuronDB for information about:  Olfactory bulb mitral cell; I K; I Sodium;
Model files   Download zip file   Auto-launch             Help downloading and running models
\
djurisic2008
readme.html
screenshot.jpg
kd.mod
monx.mod
na.mod
control_active.hoc
control_spiketuft.hoc
fixgrid_spiketuft.hoc
init_active.hoc
init_spiketuft.hoc
instrument_spiketuft.hoc
mosinit.hoc
colors.hoc
plots_active.hoc
plots_spiketuft.hoc
analyze_active.hoc
analyze_spiketuft.hoc
spikeclamp_spiketuft.hoc
cell_active.ses
rig_active.ses
rig_spiketuft.ses
cell_popovic.ses
dapdata.txt
                            
mitral cell model used in the paper:

Functional structure of the mitral cell dendritic tuft in the
rat olfactory bulb.
Djurisic, M., Popovic, M., Carnevale, N., and Zecevic, D.
Journal of Neuroscience 28:4057-4068, 2008.

Questions about how to use this code should be addressed to 
ted.carnevale@yale.edu

na.mod and kd.mod are identical to the files used in the mitral cell
model by Shen, G.Y., Chen, W. R., Midtgaard, J., Shepherd, G.M., and
Hines, M.L.  (1999) Computational Analysis of Action Potential
Initiation in Mitral Cell Soma and Dendrites Based on Dual Patch
Recordings.  Journal of Neurophysiology 82:3006


These files will generate the data that were used to produce
Supplemental Figure 2 of Djurisic et al. (retrograde spike invasion of
the tuft with passive or active membrane).

First, be sure to compile the mod files with mknrndll or nrnivmodl.
After that, the easiest way to proceed is to use NEURON to load
mosinit.hoc
This will bring up a panel with buttons labeled "Passive tuft" and
"Active tuft".
Clicking on one of these brings up a model with passive or active tuft
membrane, runs a simulation, and displays graphs that show:
--Peak spike amplitude throughout the tuft as a function of distance
  from the tuft origin. For example when the "Passive tuft" button is
  clicked on one of the graphs shows part of the data in Supplemental
  Figure 2:
screenshot
--Normalized peak spike amplitude throughout the tuft.
--Distribution of peak spike amplitude throughtout the tuft.  In this
  graph, each compartment in the tuft is represented by a vertical
  blue line with x coordinate that is the peak spike amplitude in that
  compartment, and height that is 10 x the normalized surface area of
  that compartment (normalized by dividing compartment area by the
  total area of the tuft).
  The black curve is 10 x the smoothed probability of peak spike
  amplitude, calculated by convolving a Gaussian with Dirac delta
  functions whose x axis offsets and amplitudes are the spike peak
  amplitudes and the normalized surface areas of each compartment,
  respectively.  In other words, this is 10 x the peak spike amplitude
  probability function.
--Cumulative membrane area vs. peak spike amplitude.  This is the peak
  spike amplitude distribution function, calculated by integrating the
  Dirac delta functions (there are so many of them that no smoothing
  was necessary).
  For any point on this curve, the y coordinate is the fraction of
  tuft membrane area in which the spike peak was <= the x coordinate.
  The horizontal dotted lines at y = 0.1, 0.5, and 0.9 intersect this
  curve at the 10th, 50th, and 90th percentiles.
  The x coordinates of these intersections are the peak spike
  amplitudes that correspond to these percentiles.

For the model with passive membrane there is also a small panel with
radio buttons that allow changing the values of cm and/or Rm, and
running simulations to see how these perturbations alter the results.

Running a simluation produces four output files, whose names and
contents are:

parameters.dat
Parameters of the model cell,
number of segments (compartments) in the tuft,
and the experimental condition.

areas.dat

Surface areas of all segments (compartments) in the tuft, printed tab
separated in the same order as the segments in the tuft SectionList
(see * below).  Imagine the following loop:
for each section in tuft
  for each compartment in this section, starting at its proximal end,
    print the area of this compartment

vpeak.dat
Peak depolarizations in all segments (compartments) in the tuft,
printed tab separated in the same order as the segments 
in the tuft SectionList (see * below).  Imagine the following loop:
for each section in tuft
  for each compartment in this section, starting at its proximal end,
    print the peak depolarization of this compartment

results.dat
Mean, minimum, maximum, variance and standard deviation of the peak
depolarizations in the tuft, printed tab separated.

*--This statement
forsec tuft print secname()
prints out, in sequence, the names of the sections in the tuft
SectionList.

ModelDB Home  SenseLab Home   Help
Questions, comments, problems? Email the ModelDB Administrator
How to cite ModelDB
This site is Copyright 2012 Shepherd Lab, Yale University