Skip to content

Data and code supporting Milisav et al., 2022 "Resolving inter-regional communication capacity in the human connectome"

License

Notifications You must be signed in to change notification settings

fmilisav/milisav_dyadic_communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resolving inter-regional communication capacity in the human connectome

This repository contains code written in support of the work presented in Resolving inter-regional communication capacity in the human connectome, as well as data necessary to reproduce the results.

We developped a simple standardization method to investigate polysynaptic communication pathways between pairs of cortical regions.
We then leveraged this procedure to relate inter-regional and regional patterns of communication propensity to the canonical intrinsic functional organization of the human cortex, meta-analytic probabilistic patterns of functional specialization, and nodal topological features.

Each of the main directories of this repository are documented with a README file, so feel free to check them out for more details.

Running the analysis

  1. Git clone this repository.
  2. Download the necessary preprocessed data files from DOI and place them in the appropriate preprocessed_data folder.
  3. Install the relevant Python packages by building and activating a conda environment from the provided environment.yml file. To do so, in the command line, type:
cd milisav_dyadic_communication
conda env create -f environment.yml
conda activate milisav_dyadic_communication
  1. To run the analysis, simply type:
python code/analysis/analysis.py

About

Data and code supporting Milisav et al., 2022 "Resolving inter-regional communication capacity in the human connectome"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages