Vomeronasal sensory neuron (Shimazaki et al 2006)

 Download zip file   Auto-launch 
Help downloading and running models
Accession:64212
NEURON model files from the papers: Shimazaki et al, Chem. Senses, epub ahead of print (2006) Electrophysiological properties and modeling of murine vomeronasal sensory neurons in acute slice preparations. The model reproduces quantitatively the experimentally observed firing rates of these neurons under a wide range of input currents.
Reference:
1 . Shimazaki R, Boccaccio A, Mazzatenta A, Pinato G, Migliore M, Menini A (2006) Electrophysiological properties and modeling of murine vomeronasal sensory neurons in acute slice preparations. Chem Senses 31:425-35 [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:
Cell Type(s):
Channel(s): I Na,t; I A; I K;
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Action Potentials;
Implementer(s): Shimazaki, Ranken ;
Search NeuronDB for information about:  I Na,t; I A; I K;
/
VNO
readme.txt
kavn.mod
kdr.mod *
navn.mod
mosinit.hoc
vno.hoc
vno.ses
                            
{load_file("nrngui.hoc")}
objectvar save_window_, rvp_
objectvar scene_vector_[3]
objectvar ocbox_, ocbox_list_, scene_, scene_list_
{ocbox_list_ = new List()  scene_list_ = new List()}
{pwman_place(0,0,0)}
{
save_window_ = new Graph(0)
save_window_.size(0,5000,-80,50)
scene_vector_[2] = save_window_
{save_window_.view(0, -80, 5000, 130, 405, 56, 550.636, 430.568)}
graphList[0].append(save_window_)
save_window_.save_name("graphList[0].")
save_window_.addexpr("v(.5)", 1, 1, 0.8, 0.9, 2)
}
{
xpanel("RunControl", 0)
v_init = -65
xvalue("Init","v_init", 1,"stdinit()", 1, 1 )
xbutton("Init & Run","run()")
xbutton("Stop","stoprun=1")
runStopAt = 5
xvalue("Continue til","runStopAt", 1,"{continuerun(runStopAt) stoprun=1}", 1, 1 )
runStopIn = 1
xvalue("Continue for","runStopIn", 1,"{continuerun(t + runStopIn) stoprun=1}", 1, 1 )
xbutton("Single Step","steprun()")
t = 5000
xvalue("t","t", 2 )
tstop = 5000
xvalue("Tstop","tstop", 1,"tstop_changed()", 0, 1 )
dt = 56.55
xvalue("dt","dt", 1,"setdt()", 0, 1 )
steps_per_ms = 40
xvalue("Points plotted/ms","steps_per_ms", 1,"setdt()", 0, 1 )
xcheckbox("Quiet",&stdrun_quiet,"")
realtime = 0.36
xvalue("Real Time","realtime", 0,"", 0, 1 )
xpanel(74,348)
}
{
xpanel("IClamp[0] at soma(0.5)", 0)
xlabel("IClamp[0] at soma(0.5)")
istim.del = 500
xvalue("del","istim.del", 1,"", 0, 1 )
istim.dur = 2000
xvalue("dur","istim.dur", 1,"", 0, 1 )
istim.amp = 0.006
xvalue("amp","istim.amp", 1,"", 0, 1 )
istim.i = 0
xvalue("i","istim.i", 0,"", 0, 1 )
xpanel(122,108)
}
objectvar scene_vector_[1]
{doNotify()}