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

Tonic firing in substantia gelatinosa neurons (Melnick et al 2004)

 Download zip file 
Help downloading and running models
Accession:62285
Ionic conductances underlying excitability in tonically firing neurons (TFNs) from substantia gelatinosa (SG) were studied by the patch-clamp method in rat spinal cord slices. ... Suppression of Ca2+ and KCA currents ... did not abolish the basic pattern of tonic firing, indicating that it was generated by voltage-gated Na+ and K+ currents. ... on the basis of present data, we created a model of TFN and showed that Na+ and KDR currents are sufficient to generate a basic pattern of tonic firing. It is concluded that the balanced contribution of all ionic conductances described here is important for generation and modulation of tonic firing in SG neurons. See paper for more and details.
Reference:
1 . Melnick IV, Santos SF, Szokol K, Szûcs P, Safronov BV (2004) Ionic basis of tonic firing in spinal substantia gelatinosa neurons of rat. J Neurophysiol 91:646-55 [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):
Channel(s): I Na,t; I A; I K;
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Activity Patterns;
Implementer(s): Safronov, Boris [safronov at ibmc.up.pt];
Search NeuronDB for information about:  I Na,t; I A; I K;
xopen("$(NEURONHOME)/lib/hoc/noload.hoc")
pwman_place(20,21)
create soma
access soma
{diam=10  L=10} // area 100 um2 means mA/cm2 identical to nA 

insert B_Na
insert B_A
insert B_DR
insert KDR
insert KDRI
insert pas
insert SS

{
load_file("electrod.hoc")
//load_template("Inserter")
//load_template("PointProcessManager")
load_proc("nrnmainmenu")
//nrnmainmenu()
//makeinserter()
//makeppm()
xopen("$(NEURONHOME)/Demo/b/check-na.ses")
forall Ra=80
}

Loading data, please wait...