| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A multiscale model of mouse primary motor cortex (M1). Note: updated versions of this model exist, see http://netpyne.org.
The code requires the netpyne package, a NEURON/Python-based modularized framework for network simulations with MPI. Using this modularized structure, user can define different models (including cell types, populations, connectivities, etc.) just by modifying a single parameters file.
Additional details of the modelling framework and M1 model can be found here:
The parameter file M1.py describes a mouse M1 model with 14 populations; size 300um x 300um x 1350um, has 10,734 Izhikevich cells, 5,029,610 synapses, and cortical depth-dependent connectivity based on multiple published experimental studies.
Requires NEURON with Python and MPI support.
The simulation should produce a raster plot with 224,173 spikes (avg rate of 20.88 Hz) over 1 second, showing oscillations in different layers (see below).
M1_run.py: Main executable; calls functions from other modules. Sets what parameter file to use.
M1.py: Parameters file for M1 Network model. Includes simulation (simConfig) and network (netParams) parameters.
M1_export.py: Export M1 network to NeuroML
izhi2007.py: Python class (wrapper) for Izhikevich 2007 neuron model
izhi2007b.mod: NMODL definition of Izhikevich 2007 neuron model
For further information please contact: salvadordura@gmail.com or p.gleeson@ucl.ac.uk
| Back | FazBrowse Home | New Git URL |