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

Synaptic integration in a model of granule cells (Gabbiani et al 1994)

 Download zip file 
Help downloading and running models
Accession:19591
We have developed a compartmental model of a turtle cerebellar granule cell consisting of 13 compartments that represent the soma and 4 dendrites. We used this model to investigate the synaptic integration of mossy fiber inputs in granule cells. See reference or abstract at PubMed link below for more information.
Reference:
1 . Gabbiani F, Midtgaard J, Knöpfel T (1994) Synaptic integration in a model of cerebellar granule cells. J Neurophysiol 72:999-1009 [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): Cerebellum interneuron granule GLU cell;
Channel(s): I Na,t; I L high threshold; I K; I h; I K,Ca;
Gap Junctions:
Receptor(s): GabaA; AMPA; NMDA;
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Action Potential Initiation; Coincidence Detection; Detailed Neuronal Models; Action Potentials; Calcium dynamics;
Implementer(s): Gabbiani, F;
Search NeuronDB for information about:  Cerebellum interneuron granule GLU cell; GabaA; AMPA; NMDA; I Na,t; I L high threshold; I K; I h; I K,Ca;
objectvar save_window_, rvp_
objectvar scene_vector_[7]
objectvar ocbox_, ocbox_list_, scene_, scene_list_
{ocbox_list_ = new List()  scene_list_ = new List()}
{
save_window_ = new Graph(0)
save_window_.size(0,100,-1,1)
scene_vector_[6] = save_window_
{save_window_.view(121, -1, 9, 2, 350, 100, 300, 200)}
graphList[0].append(save_window_)
save_window_.save_name("graphList[1].")
save_window_.addvar("soma.i_kdr_chan( 0.5 )", 1, 1, 0.8, 0.9, 2)
save_window_.addvar("soma.i_naf_chan( 0.5 )", 2, 1, 0.8, 0.9, 2)
save_window_.addvar("soma.i_Ic( 0.5 )", 3, 1, 0.8, 0.9, 2)
save_window_.label(.45,.95,"Figure 2A2")
}
objectvar save_window_
objectvar scene_vector_[1]
{doNotify()}

Loading data, please wait...