AP back-prop. explains threshold variability and rapid rise (McCormick et al. 2007, Yu et al. 2008)

 Download zip file   Auto-launch 
Help downloading and running models
Accession:135839
This simple axon-soma model explained how the rapid rising phase in the somatic spike is derived from the propagated axon initiated spike, and how the somatic spike threshold variance is affected by spike propagation.
Reference:
1 . McCormick DA, Shu Y, Yu Y (2007) Neurophysiology: Hodgkin and Huxley model--still standing? Nature 445:E1-2; discussion E2-3 [PubMed]
2 . Yu Y, Shu Y, McCormick DA (2008) Cortical action potential backpropagation explains spike threshold variability and rapid-onset kinetics. J Neurosci 28:7260-72 [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; Axon;
Brain Region(s)/Organism: Neocortex;
Cell Type(s): Neocortex L5/6 pyramidal GLU cell; Neocortex L2/3 pyramidal GLU cell;
Channel(s): I Na,t; I L high threshold; I T low threshold; I A; I K; I M; I h; I K,Ca; I_AHP;
Gap Junctions:
Receptor(s): GabaA; NMDA;
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Action Potential Initiation; Detailed Neuronal Models;
Implementer(s):
Search NeuronDB for information about:  Neocortex L5/6 pyramidal GLU cell; Neocortex L2/3 pyramidal GLU cell; GabaA; NMDA; I Na,t; I L high threshold; I T low threshold; I A; I K; I M; I h; I K,Ca; I_AHP;
/
McCormickEtAl2007YuEtAl2008
readme.txt
ca.mod *
cad.mod *
caL3d.mod *
capump.mod
gabaa5.mod *
Gfluct.mod *
ia.mod *
iahp.mod *
iahp2.mod *
ih.mod
im.mod *
kca.mod *
km.mod *
kv.mod *
na.mod *
NMDA_Mg.mod *
nmda5.mod *
release.mod *
for_plot_spike.m
mosinit.hoc
neuron_soma.dat
Rapid_rising_somatic_spike_soma_axon.hoc
                            
These model files were for the paper:

Yu Y.G., Shu Y., Duque A., Haider B., and McCormick D.A.  
Cortical Action Potential Back-propagation Explains Spike Threshold
Variability and Rapid-Onset Kinetics.
Journal of Neuroscience, 28: 7260-7272, (2008).

and also

McCormick D.A., Shu Y., and Yu Y.G.     
Neurophysiology: Hodgkin and Huxley model - still standing?
Nature. 445: E1-E2, (2007).  

This simple axon-soma model explained how the rapid rising phase in
somatic spike is derived from propagated axon initiated spike.

Creates a single cell containing a dendrite, soma, an axon with 60
micrometer and a axon bleb to investigate generation of spike kink at
soma. As observed in experiment, spikes are usually initiated at the
axon site 40~70 micrometer away from soma.  There is a rapid rising
phase in somatic spike, due to the initial segment traveling spike.

After running the code, there is an output data file called
'neuron_soma.dat' Use the matlab code for_plot_spike.m to plot the
somatic spike and axon spike.

These files were contributed by
Yuguo Yu
Yale University

yuguo.yu@yale.edu

20111026 updated release.mod to derivimplicit method.  See file for
more info.
20120409 updated cad.mod capump.mod to derivimplicit method which
should have been changed with above 20111026 update. See
http://www.neuron.yale.edu/phpBB/viewtopic.php?f=28&t=592
20120515 Ted Carnevale supplied these updates which are THREADSAFE,
slightly cleaner code, and handle singularities correctly (ca.mod,
km.mod, and kv.mod didn't).