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
NMODL question
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: NMODL question
Yes. Compile the NMODL file, then run NEURON with that directory as theMH wrote:Once you write code in NMODL can you use the graphical interface to see what you have created?
working directory. The new mechanism will automatically appear in all tools
that are used to manage distributed mechanisms and point processes.
No. The ChannelBuilder's palette of equations is limited to "biophysicallyif 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?
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.