Ca3 pyramidal neuron: membrane response near rest (Hemond et al. 2009)

 Download zip file   Auto-launch 
Help downloading and running models
Accession:118098
In this paper, the model was used to show how the temporal summation of excitatory inputs in CA3 pyramidal neurons was affected by the presence of Ih in the dendrites in a frequency- and distance-dependent fashion.
Reference:
1 . Hemond P, Migliore M, Ascoli GA, Jaffe DB (2009) The membrane response of hippocampal CA3b pyramidal neurons near rest: Heterogeneity of passive properties and the contribution of hyperpolarization-activated currents. Neuroscience 160:359-70 [PubMed]
Citations  Citation Browser
Model Information (Click on a link to find other models with that property)
Model Type: Dendrite;
Brain Region(s)/Organism: Hippocampus;
Cell Type(s): Hippocampus CA3 pyramidal GLU cell;
Channel(s): I h;
Gap Junctions:
Receptor(s): AMPA;
Gene(s):
Transmitter(s): Glutamate;
Simulation Environment: NEURON;
Model Concept(s): Synaptic Integration;
Implementer(s): Migliore, Michele [Michele.Migliore at Yale.edu];
Search NeuronDB for information about:  Hippocampus CA3 pyramidal GLU cell; AMPA; I h; Glutamate;
/
ca3-summ
readme.txt
distr.mod *
hca3.mod
fig-8b.hoc
fixnseg.hoc *
geo-cell1zr.hoc *
mosinit.hoc
                            
TITLE ...just to store peak membrane voltage
: M.Migliore June 2001

UNITS {
	(mA) = (milliamp)
	(mV) = (millivolt)

}

PARAMETER {
	v (mV)
}


NEURON {
	SUFFIX ds
        RANGE vmax
}

ASSIGNED {
	vmax
}

INITIAL {
	vmax=v
}


BREAKPOINT {
	if (v>vmax) {vmax=v}
}