-
Install the necessary python packages by running
pip install -r requirements.txt
-
(Optional) Install the matlab engine by following the steps outlined here OR execute the matlab script manually when prompted (not recommended and very tedious).
-
Download the datasets ds003059 and ds00030 to the
data/
directory. -
(Optional) change the parcellation scheme by modifying the corresponding entry in
config.yml
. Options include:yeo
for Yeo-2011harvox
for Harvard-Oxfordaal
for Automated Anatomical Labelingschaefer
for Schafer-2018
-
Execute
main.py
.
-
Make certain the necessary files are present: Either build the models yourself (follow the steps above) or download our pre-built models by running
curl https://polybox.ethz.ch/index.php/s/jioOccqPFjU6cpk/download -o output_DCM.7z
and unpacking to a folder called
output_DCM/
. -
Run
analysis.m
using MATLAB.