| Name | naf2 |
| Status |
| Status of element in file |
| Stable
Comment: Verified equivalence of NEURON and GENESIS mapping to orig NEURON mod impl at 0.02ms dt with current pulse Issue: In original mod, m is initialised to 0, as opposed to minf at t=0. ChannelML impl corrects this Issue: Comment in original mod file: hinf, and htau are shifted 3.5 mV compared to the paper Contributor: Padraig Gleeson |
| Description |
| As described in the ChannelML file |
| Fast Sodium transient (inactivating) current. Channel used in Traub et al 2005, slight modification of naf from Traub et al 2003.
This example is used to illustrate the use of parameters in the generic expressions for the rates |
| Authors |
| Authors of original model: |
|
Maciej Lazarewicz
(Conversion of FORTRAN model to NEURON. See Traub et al 2003 for detailed origin of channels)
|
|
Roger D Traub
(Conversion of FORTRAN model to NEURON. See Traub et al 2003 for detailed origin of channels)
|
| Translators of the model to NeuroML: |
|
Padraig Gleeson
(UCL)
p.gleeson - at - ucl.ac.uk |
|
Yoana Dimitrova
(UCL)
|
|
| Referenced publication | Roger D. Traub, Eberhard H. Buhl, Tengis Gloveli, and Miles A. Whittington
Fast Rhythmic Bursting Can Be Induced in Layer 2/3 Cortical Neurons by Enhancing Persistent Na+ Conductance or by Blocking BK Channels
J Neurophysiol 89: 909-921, 2003
Pubmed
|
| Referenced publication | Roger D. Traub, Diego Contreras, Mark O. Cunningham, Hilary Murray, Fiona E. N. LeBeau, Anita Roopun, Andrea Bibbig, W. Bryan Wilent, Michael J. Higley, and Miles A. Whittington
Single-column thalamocortical network model exhibiting gamma oscillations, sleep spindles, and epileptogenic bursts.
J. Neurophysiol. 93, 2194-2232, 2005
Pubmed
|
| Reference in NeuronDB |
Na channels
|
| Reference in ModelDB |
Mechanisms of fast rhythmic bursting in a layer 2/3 cortical neuron (Traub et al 2003)
|
| Reference in ModelDB |
A single column thalamocortical network model (Traub et al 2005)
|
| Current voltage relationship | ohmic |
| Ion involved in channel |
| The ion which is actually flowing through the channel and its default reversal potential.
Note that the reversal potential will normally depend on the internal and external concentrations of the ion at the segment on which the channel is placed. |
| na (default Ena = 50 mV)
|
| Default maximum conductance density |
| Note that the conductance density of the channel will be set when it is placed on the cell. |
| Gmax = 0.1 mS cm-2 |
| Conductance expression |
| Expression giving the actual conductance as a function of time and voltage |
| Gna(v,t) = Gmax
* m(v,t)
3 * h(v,t)
|
| Current due to channel |
| Ionic current through the channel |
| Ina(v,t) =
Gna(v,t) * (v - Ena) |
| Parameters |
| A number of parameters which can be used in the rate expressions, etc. for the channels.
These should be publicly accessible in the objects implementing the channel. |
|
fastNa_shift = 0
a = 0
b = 0
c = 0
d = 0
|