NMODL question

NMODL and the Channel Builder.
Post Reply
MH

NMODL question

Post by MH »

HI!
Once you write code in NMODL can you use the graphical interface to see what you have created? For example, if I made code that is for an L-Type Calcium Current which has d', f11', f12', and ca_inact' then can I insert those equations into the Channel Builder GUI? If so, how?

MH
ted
Site Admin
Posts: 6303
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: NMODL question

Post by ted »

MH wrote:Once you write code in NMODL can you use the graphical interface to see what you have created?
Yes. Compile the NMODL file, then run NEURON with that directory as the
working directory. The new mechanism will automatically appear in all tools
that are used to manage distributed mechanisms and point processes.
if I made code that is for an L-Type Calcium Current which has d', f11', f12', and ca_inact' then can I insert those equations into the Channel Builder GUI?
No. The ChannelBuilder's palette of equations is limited to "biophysically
realizable forms" such as Boltzmann, Bose-Einstein . . .
If this is insufficient, you may construct vector pairs that sample the
voltage- or ligand-dependence that you need, and tell the ChannelBuilder
to use these as lookup tables.

That said, I should mention that some papers present equations in forms
that appear not to conform with the ChannelBuilder's palette, but upon
closer examination, and with a little algebraic effort, it is sometimes
possible to rearrange terms in a way that makes them compatible.
Post Reply