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.
- Git clone this repository.
- Download the necessary preprocessed data files from
and place them in the appropriate
preprocessed_data
folder. - 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
- To run the analysis, simply type:
python code/analysis/analysis.py