Principles governing the operation of synaptic inhibition in dendrites (Gidon & Segev 2012)

 Download zip file 
Help downloading and running models
Accession:226401
A simple result of Gidon & Segev 2012 was provided where distal (off-path) inhibition is demonstrated to be more effective than proximal (on-path) inhibition in a ball and stick neuron.
Reference:
1 . Gidon A, Segev I (2012) Principles governing the operation of synaptic inhibition in dendrites. Neuron 75:330-41 [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):
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Simplified Models; Synaptic Integration;
Implementer(s): Morse, Tom [Tom.Morse at Yale.edu];
objectvar save_window_, rvp_
objectvar scene_vector_[5]
objectvar ocbox_, ocbox_list_, scene_, scene_list_
{ocbox_list_ = new List()  scene_list_ = new List()}
{
save_window_ = new Graph(0)
save_window_.size(0,2000,-65,50)
scene_vector_[3] = save_window_
{save_window_.view(0, -65, 2000, 115, 90, 212, 300.48, 200.32)}
graphList[0].append(save_window_)
save_window_.save_name("graphList[0].")
save_window_.addexpr("soma.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","my_run()") // my_run does run() then sets num_of_soma_spikes
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 = 2000
xvalue("t","t", 2 )
tstop = 2100
xvalue("Tstop","tstop", 1,"tstop_changed()", 0, 1 )
dt = 0.025
xvalue("dt","dt", 1,"setdt()", 0, 1 )
steps_per_ms = 40
xvalue("Points plotted/ms","steps_per_ms", 1,"setdt()", 0, 1 )
screen_update_invl = 0.05
xvalue("Scrn update invl","screen_update_invl", 1,"", 0, 1 )
realtime = 1.32
xvalue("Real Time","realtime", 0,"", 0, 1 )
xpanel(25,247)
}
objectvar scene_vector_[1]
{doNotify()}