Skip to content

Full datasets and simulation code for the manuscript "Short- and long-range connections differentially modulate the small-world network’s dynamics and state"

Notifications You must be signed in to change notification settings

simonarvin/connectivity_smallworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bd92c3 · Dec 8, 2021

History

38 Commits
Nov 16, 2021
Sep 25, 2021
Dec 8, 2021
Sep 23, 2021
Dec 3, 2021
Sep 25, 2021
Sep 25, 2021

Repository files navigation

Full datasets and simulation code

Short- and long-range connections differentially modulate the small-world network’s dynamics and state

Simon Arvin1,2,†,*, Andreas Nørgaard Glud1,† and Keisuke Yonehara2,*

1 Center of Experimental Neuroscience – CENSE, Department of Neurosurgery, Institute of Clinical Medicine, Aarhus University Hospital

2 Danish Research Institute of Translational Neuroscience – DANDRITE, Nordic-EMBL Partnership for Molecular Medicine, Department of Biomedicine, Aarhus University, Ole Worms Allé 8, 8000 Aarhus C, Denmark

Correspondence:

Simon Arvin, [email protected]

Keisuke Yonehara, [email protected]

doi: 10.3389/fncom.2021.783474


Contents:

Datasheets and simulation code:

Set-up:

Installation

Download the datasets and simulation codes by cloning the repository:

git clone https://github.com/simonarvin/connectivity_smallworld.git

You may want to use a Conda or Python virtual environment to test this code, to avoid mixing up with your system dependencies.

Using pip and a virtual environment:

python -m venv venv

source venv/bin/activate

(venv) pip install .

Remember to cd [path] to the root dataset directory.

How to create a virtual environment in Windows.

Alternatively, see the requisites list.

Tests

  • Reproduce small-world data:

python small_world/smallworld_simulation.py

  • Reproduce small-world figures:

python small_world/smallworld_analysis.py

  • Reproduce Kuramoto data:

python kuramoto/kuramoto_simulation.py

  • Reproduce Kuramoto figures:

python kuramoto/kuramoto_analysis.py

  • Reproduce Kuramoto stability/attraction data:

python kuramoto/kuramoto_simulation_stability.py

  • Reproduce Kuramoto stability/attraction figures:

python kuramoto/kuramoto_analysis_stability.py

  • Reproduce Kuramoto predictive power graph (S1):

python kuramoto/kuramoto_analysis_PPS.py


Requisites:

e.g., pip install networkx==2.6.x

Authors:


         

    

About

Full datasets and simulation code for the manuscript "Short- and long-range connections differentially modulate the small-world network’s dynamics and state"

Topics

Resources

Stars

Watchers

Forks

Languages