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

Febrile seizure-induced modifications to Ih (Chen et al 2001)

 Download zip file 
Help downloading and running models
Accession:8284
Modeling and experiments in the paper Chen K,Aradi I, Thom N,Eghbal-Ahmadi M, Baram TZ, and Soltesz I (2001) support the hypothesis that modified Ih currents strongly influence inhibitory inputs in CA1 cells and that the depolarizing shift in Ih activation plays a primary role in this process. Please see the paper for details. Some modeling details are available at http://www.ucihs.uci.edu/anatomy/soltesz/supp.htm Correspondance should be addressed to isoltesz@uci.edu (modeling was done by Ildiko Aradi, iaradi@uci.edu)
Reference:
1 . Chen K, Aradi I, Thon N, Eghbal-Ahmadi M, Baram TZ, Soltesz I (2001) Persistently modified h-channels after complex febrile seizures convert the seizure-induced enhancement of inhibition to hyperexcitability. Nat Med 7:331-7 [PubMed]
Model Information (Click on a link to find other models with that property)
Model Type: Channel/Receptor;
Brain Region(s)/Organism:
Cell Type(s): Hippocampus CA1 pyramidal GLU cell;
Channel(s): I Na,t; I K; I h;
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Action Potential Initiation; Activity Patterns; Bursting; Ion Channel Kinetics; Action Potentials; Epilepsy; Rebound firing;
Implementer(s): Aradi, Ildiko [IAradi at uci.edu];
Search NeuronDB for information about:  Hippocampus CA1 pyramidal GLU cell; I Na,t; I K; I h;
objectvar save_window_, rvp_
objectvar scene_vector_[4]
objectvar ocbox_, ocbox_list_, scene_, scene_list_
{ocbox_list_ = new List()  scene_list_ = new List()}
{
save_window_ = new Graph(0)
save_window_.size(0,2000,-80,40)
scene_vector_[3] = save_window_
{save_window_.view(0, -80, 2000, 120, 387, 152, 300.48, 200.32)}
graphList[0].append(save_window_)
save_window_.save_name("graphList[0].")
save_window_.addexpr("v(.5)", 1, 1, 0.8, 0.9, 2)
}
{
xpanel("RunControl", 0)
v_init = -50
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 = 2000.02
xvalue("t","t", 2 )
tstop = 2000
xvalue("Tstop","tstop", 1,"tstop_changed()", 0, 1 )
dt = 0.01
xvalue("dt","dt", 1,"setdt()", 0, 1 )
steps_per_ms = 10
xvalue("Points plotted/ms","steps_per_ms", 1,"setdt()", 0, 1 )
xcheckbox("Quiet",&stdrun_quiet,"")
realtime = 10
xvalue("Real Time","realtime", 0,"", 0, 1 )
xpanel(55,402)
}
objectvar scene_vector_[1]
{doNotify()}

Loading data, please wait...