Computational Neuroscience Tutorials#
All tutorials can be run either on a local computer or in Google Colab.
To run in Colab there is no need to download the repo – instead, click on the folder and then the .ipynb file. There will be a button at the start of the notebook which says ‘Open in Colab’. Click this button, and the notebook will be loaded into Colab.
If running on a local machine, make sure that Jupyter is installed with the Python packages
neuron
andipywidgets
.
Tutorials#
B1-CreatingSingleCell
Goes over the components of a neuron (in particular the soma) and asks the students to make the biological model and electrical circuit. It then goes over how the soma is simulated in NEURON and the default values for properties of the section created. It then goes over inserting the passive and active channels and how to voltage/current clamp for a simulation. Lastly, an interactive simulation is given to show exactly how the soma looks with the bilayer, the fact that it is polarized, and that channels are actually inserted into the soma.-
Goes over how to create a dendrite and what electrotonic distance is and how length constant is a part of it. Then it goes over how it is still transient by showing the voltage change in specific segments through the simulation. It then goes over how to calculate the length constant and why it is important.
-
Goes over what input resistance, the fact that it is a constant, and how to calculate it and asks some questions. It then goes over what the FI curve is and plots it for the given cell from the currents -1nA to 2nA. Lastly, it goes over what Nodes of Ranvier and Myelin sheaths are and how they contribute to AP propagation down an axon by adding them on to the axon. It also asks how certain factors affect the propagation speed.
-
A simple notebook going over NEURON basics and contains a Hodgkin–Huxley model with widgets.
-
An educational notebook going over the fundamentals of how a neuron fires and the voltage gated channels responible for the firing. Contains a NEURON model of a soma with widgets.
-
An educational notebook discussing one way neurons can display a bursting effect. Contains a NEURON model of a soma and axon with widgets.
-
An educational notebook with NEURON model about how synapses operate.
-
An educational notebook with a NEURON modle about central pattern generates and how differnt movement patterns in horese may arise.
-
Educational notebooks talking about short term memory(STM) and winner take all(WTA) networks