Page 1 of 1

Adding Ion Channels

Posted: Tue Apr 02, 2019 1:25 am
by namkam
Hello,
I am very new to NEURON and I am using it for a research project that involves a very simple model of an action potential, as per:
https://www.youtube.com/watch?v=oTKqTmcP8Pg&t=306s

There is one thing that I cannot figure out, how do I add the parameters that are "Block Na Channel" or "Unblock Na Channel." With regard to the video, I have figured everything out, except that aspect. How do i do so?

Thank you!
Naomi

Re: Adding Ion Channels

Posted: Tue Apr 02, 2019 11:52 am
by ted
"Block Na Channel" and "Unblock Na Channel" are not part of NEURON. Besides, they're just labels in a graphical user interface, not the names of parameters. Some third party created the "action potential" folder and is responsible for its contents. Contact that person and see if he or she will share it with you.

If you are writing your own hoc or Python code and want to know how to "block" a particular ion channel, the short answer has two parts. First, it involves setting a conductance parameter to 0. Second, you need to learn more about density mechanisms and point processes--maybe read one or both of these:
* the paper Hines, M.L. and Carnevale, N.T. The NEURON Simulation Environment Neural Computation 9:1179-1209, 1997
or its preprint https://neuron.yale.edu/neuron/static/p ... /nctoc.htm
* the tutorial https://neuron.yale.edu/neuron/static/d ... index.html