NeuroML conversions of the Yao et al 2022 Human L2/3 cortical microcircuit:

Yao, H. K. et al. Reduced inhibition in depression impairs stimulus processing in human cortical microcircuits. Cell Rep. 38, (2022).



Non git-annex files can also be obtained from https://github.com/sanjayankur31/Human-L2-3-Cortical-Microcircuit/

Ankur Sinha (Ankur Sinha Gmail) b8332f108c feat: update visualisation method call 1 주 전
.github c309e751a3 Update versions of actions and install HDF5 for pytables on macos-latest 3 달 전
L23Net 8f08c51568 feat: check in sim replicated data 1 주 전
NeuroML2 b8332f108c feat: update visualisation method call 1 주 전
.flake8 4b296b81fb chore: add flake config 2 년 전
.gitignore 0dde0361da Updated test net 3 달 전
.pre-commit-config.yaml 155a47b08e chore: add pre-commit 3 달 전
README.md 4b970fb588 Add files via upload 2 년 전
lfpy_env.yml 07d31ccf51 Add files via upload 2 년 전

README.md

Human L2/3 Cortical Circuit Model --- Yao-et-al.-2022

============================================================================== Author: Heng Kang yao

This is the readme for the model associated with the paper:

Yao, H. K. et al. Reduced inhibition in depression impairs stimulus processing in human cortical microcircuits. Cell Rep. 38, (2022).

Network Simulations: Simulation code associated with the default L2/3 circuit used throughout the manuscript is in the /L23Net directory.

To run simulations, install all of the necessary python modules (see lfpy_env.yml), compile the mod files within the mod folder, and submit the simulations in parallel. To run the depression condition, set MDD to True.

To run the circuit in parallel, use the following command:

mpiexec -n 400 python circuit.py 1234

The 400 corresponds to the number of CPU and 1234 correspond to the seed.