Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 2.24 KB

README.md

File metadata and controls

50 lines (30 loc) · 2.24 KB

This is a netpyne implementation of the Dentite Gyrus model

Requirements:

- Python3
- Neuron 7.6.2
- NetPyNE

Run:

- `git clone https://github.com/rodriguez-facundo/LASCON-project.git`
- `cd LASCON-project`
- `nrnivmodl mod`
- `nrniv -python init.py`

To change network composition, choose a different file from init.py line 169:

  • morpho/100A0Y.dat (only mature cells)
  • morpho/50A50Y.dat (mature & young)
  • morpho/50A50P.dat (mature & PILO treated)

You can also control the sprouting level from the diver matrix at line 196 (init.py). (last row, last colum)

NOTES: - The calcium activated Potassium channel does not work outside 6.3 degrees unless you set q10 = 1 and recompile mod files. - Templates n5, n111, n112 present disconected sections. You can choose other templates instead.

Some results playing with the model:

Connectivity

Screenshot 2019-05-11 at 9 10 03 AM

Rasters

Screenshot 2019-05-11 at 9 08 01 AM

Screenshot 2019-05-11 at 9 08 19 AM

Screenshot 2019-05-11 at 9 09 04 AM

NetPyNE-UI network viewer

Screenshot 2019-05-11 at 9 10 32 AM

Screenshot 2019-05-11 at 9 11 00 AM

Screenshot 2019-05-11 at 9 10 52 AM

Screenshot 2019-05-11 at 9 10 43 AM