Dentate Basket Cell: spatial summation of inhibitory synaptic inputs (Bartos et al 2001)

 Download zip file   Auto-launch 
Help downloading and running models
Accession:3801
Spatial summation of inhibitory synaptic input in a passive model of a basket cell from the dentate gyrus of rat hippocampus. Reproduces Figs. 5Ac and d in Bartos, M., Vida, I., Frotscher, M., Geiger, J.R.P, and Jonas, P.. Rapid signaling at inhibitory synapses in a dentate gyrus interneuron network. Journal of Neuroscience 21:2687-2698, 2001.
Reference:
1 . Bartos M, Vida I, Frotscher M, Geiger JR, Jonas P (2001) Rapid signaling at inhibitory synapses in a dentate gyrus interneuron network. J Neurosci 21:2687-98 [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): Dentate gyrus basket cell;
Channel(s):
Gap Junctions:
Receptor(s): GabaA;
Gene(s):
Transmitter(s): Gaba;
Simulation Environment: NEURON;
Model Concept(s): Influence of Dendritic Geometry; Detailed Neuronal Models;
Implementer(s): Carnevale, Ted [Ted.Carnevale at Yale.edu];
Search NeuronDB for information about:  GabaA; Gaba;
// from Imre Vida 2/14/2002
// axon collaterals for the basket cell

create axon_col[150]

{for i = 0, 9    connect axon_col[i](0), axonA1_2(1)}
{for i = 10, 19  connect axon_col[i](0), axonA1_31(1)}
{for i = 20, 29  connect axon_col[i](0), axonA1_52(1)}
{for i = 30, 39  connect axon_col[i](0), axonA1_15(1)}
{for i = 40, 49  connect axon_col[i](0), axonA1_121(1)}
{for i = 50, 59  connect axon_col[i](0), axonA1_142(1)}
{for i = 60, 69  connect axon_col[i](0), axonA1_3021(1)}
{for i = 70, 79  connect axon_col[i](0), axonA1_5042(1)}
{for i = 80, 99  connect axon_col[i](0), axonA1_1105(1)}
{for i = 100, 119 connect axon_col[i](0), axonA1_12021(1)}
{for i = 120, 139 connect axon_col[i](0), axonA1_02021(1)}
{for i = 140, 149 connect axon_col[i](0), axonA1_005(1)}

for i = 0, 149 axon_col[i] {
        nseg = 1
        L    = 42 
        diam = 0.9
	Ra = 100
	cm = 0.8
	insert pas
	e_pas = -70
	g_pas = 1/11150
}