ModelDB is moving. Check out our new site at https://modeldb.science. The corresponding page is https://modeldb.science/18501.

Salamander retinal ganglian cells: morphology influences firing (Sheasby, Fohlmeister 1999)

 Download zip file 
Help downloading and running models
Accession:18501
Nerve impulse entrainment and other excitation and passive phenomena are analyzed for a morphologically diverse and exhaustive data set (n=57) of realistic (3-dimensional computer traced) soma-dendritic tree structures of ganglion cells in the tiger salamander (Ambystoma tigrinum) retina.
Reference:
1 . Sheasby BW, Fohlmeister JF (1999) Impulse encoding across the dendritic morphologies of retinal ganglion cells. J Neurophysiol 81:1685-98 [PubMed]
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): Retina ganglion GLU cell;
Channel(s): I Na,t; I A; I K; I K,Ca; I Calcium;
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Action Potential Initiation; Activity Patterns; Dendritic Action Potentials; Bursting; Coincidence Detection; Simplified Models; Active Dendrites; Influence of Dendritic Geometry; Detailed Neuronal Models; Axonal Action Potentials; Action Potentials; Calcium dynamics;
Implementer(s): Sheasby, Brent W ;
Search NeuronDB for information about:  Retina ganglion GLU cell; I Na,t; I A; I K; I K,Ca; I Calcium;
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)}

{
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 = 100.2
xvalue("t","t", 2 )
tstop = 100
xvalue("Tstop","tstop", 1,"tstop_changed()", 0, 1 )
dt = 0.04	// original value: dt = 0.004
xvalue("dt","dt", 1,"setdt()", 0, 1 )
steps_per_ms = 5
xvalue("Points plotted/ms","steps_per_ms", 1,"setdt()", 0, 1 )
xpanel(-1,436)
}
{
save_window_ = new Graph(0)
save_window_.size(0,100,-80,40)
scene_vector_[2] = save_window_
{save_window_.view(0, -80, 100, 120, 489, 288, 511.059, 326.621)}
graphList[0].append(save_window_)
save_window_.save_name("graphList[0].")
save_window_.addvar("dend1[1].v( 0.5 )", 4, 1, 0.8, 0.9, 2)
save_window_.addexpr("dend2[6].v( 0.5)", 3, 1, 0.8, 0.9, 2)
save_window_.addexpr("dend3[0].v( 0.625 )", 1, 1, 0.8, 0.9, 2)
save_window_.addexpr("dend4[13].v( 0.5 )", 2, 1, 0.8, 0.9, 2)
save_window_.addvar("dend5[2].v( 0.5 )", 7, 1, 0.8, 0.9, 2)
save_window_.addvar("soma.v( 0.5 )", 1, 1, 0.8, 0.9, 2)
save_window_.addexpr("initseg.v( 0.5 )", 8, 1, 0.8, 0.9, 2)
save_window_.addexpr("narrowr.v( 0.7 )", 1, 1, 0.8, 0.9, 2)
save_window_.addexpr("axon.v( 0.005618 )", 1, 1, 0.8, 0.9, 2)
save_window_.addexpr("axon.v( 0.9 )", 1, 1, 0.8, 0.9, 2)
}
objectvar scene_vector_[1]

Loading data, please wait...