Using Mainen & Sejnowski ion channels in new model via gui
Posted: Mon Sep 26, 2011 3:15 pm
I am attempting to build a model via the gui. I would like to use the ion channels from the Mainen and Sejnowski (1996) paper (called patdemo on modelDB). I can see the ion channel mechanisms in the 'Specify Strategy' under Biophysics in the Cell Builder. As an example, when I choose to insert na (by checking the 'na' box) the sole parameter the gui asks me to specify is 'gbar_na'. However, I notice in the original demofig1.hoc code (from the patdemo folder), 'Ena' is specified. When looking at the na.mod file it says 'ena' is read in:
Is there a place I can specify this parameter via the gui, or does this mean I can't use these ion channel mechanisms via a gui? Also when I do a forall psection(), I see that 'ena' is being set to a default ena=50. I am curious how neuron chooses this value as a default as I don't see this specified anywhere in the na.mod code?
Thanks for all of your help. It is greatly appreciated!
Code: Select all
NEURON {
THREADSAFE
SUFFIX na
USEION na READ ena WRITE ina
RANGE m, h, gna, gbar
GLOBAL tha, thi1, thi2, qa, qi, qinf, thinf
RANGE minf, hinf, mtau, htau
GLOBAL Ra, Rb, Rd, Rg
GLOBAL q10, temp, tadj, vmin, vmax, vshift
}
Thanks for all of your help. It is greatly appreciated!