Authors:
Alexander Ngo: [email protected]
Boris C. Bernhardt: [email protected] (corresponding author)
Cite:
DOI:
Preprint: https://www.biorxiv.org/content/10.1101/2025.01.17.633277v1
This repository contains the code to follow the workflow for our imaging-genetic analysis
├── README.md
│
├── requirements.txt
│
└── src
├── datasets.py
└── analyses
├── 01_geneticCorrelation.py
├── 02_epicentreMapping.py
├── 03_atrophyAssociation.py
├── 04_epicentreAssociation.py
├── s01_subcorticalCorrelation.py
├── s02_thresholdConsistency.py
├── s03_epicentreConsistency.py
├── s04_atrophyConsistency.py
├── s05_diseaseEpicentreConsistency.py
├── s06_psychiatryAtrophySpecificity.py
└── s07_psychiatryEpicentreSpecificity.py