let's do this habenula thing again .. but better ... like with 1500 hand drawn ROIs
We performed a seed-based resting state functional connectiivty analysis in the ABIDE dataset to:
- Regions of atypical connectivity in individuals diagnosed with ASD compared to neurotypical (NT) controls
- Regions that exhibit an altered developmental functional connectivity trajectory (age-variability)
- Phenotypic variability in connectivity between ASD and NT
python 3.8, 3.9, 3.10, and 3.11 nilearn 0.10.2 netneurotools 0.2.4
(I personally use Python 3.9.6)
Install in this order:
-
First install gradec:
pip install git+https://github.com/JulioAPeraza/gradec.git -
Then install seaborn:
pip install seaborn -
Install remaining packages:
pip install numpy pandas matplotlib neuromaps nibabel nilearn==0.10.2 surfplot scipy -
Important: Ensure netneurotools is version 0.2.4:
pip install netneurotools==0.2.4