Image of neuroscience students in a classroom

Tutorials & E-Library

Would you like to learn how to use the tools and services available on EBRAINS? Here, you can find a list of EBRAINS offerings and links to their tutorials.

Level: Beginner

Arbor Tutorial Index – from Cells to Networks

Grouped loosely by primary (but not exclusive!) focus, we have a set of tutorials to help you learn by doing. You can find some examples of full Arbor simulations in the python/examples directory of the Arbor repository. The examples use pandas, seaborn and LFPykit for analysis and plotting which are expected to be installed independently from Arbor. In an interactive Python interpreter, you can use help() on any class or function to get its documentation. (Try, help(arbor.simulation), for example).
User Documentation
Level: Advanced

Reaction-Diffusion Example – Circadian rhythm

Here we develop a NEURON implementation of the Leloup-Goldbeter model for circadian rhythms in Drosophila, using the version of the model specified in:

Leloup, J. C., Gonze, D., & Goldbeter, A. (1999). Limit cycle models for circadian rhythms based on transcriptional regulation in Drosophila and Neurospora. Journal of biological rhythms, 14(6), 433-448. https://doi.org/10.1177/074873099129000948

We'll use the initial conditions from the BioModels version: https://www.ebi.ac.uk/biomodels/BIOMD0000000298
User Documentation
Level: Advanced

Reaction-Diffusion Example – RxD with MOD files

NEURON's reaction-diffusion infrastructure can be used to readily allow intracellular concentrations to respond to currents generated in MOD files, as long as:

nrn_region='i' is specified for the rxd.Region (so that it knows it corresponds to the electrophysiology region of the inside of the cell), AND the name and charge of the ion/etc are given in the rxd.Species declaration.

Satisfying the above two rules also allows MOD files to see intracellular concentrations.

3D extracellular concentrations also interoperate with electrophysiology automatically as long as name and charge are specified.

Create an account

EBRAINS is open and free. Sign up now for complete access to our tools and services.