This repository contains the analytic code used in the study titled "Abnormal brain activations for processing self-referential information across psychiatric disorders? A meta-analysis of neuroimaging studies."
Psych_ALE_meta/
│
├── data/
│ ├── health.txt
│ ├── health<unhealth.txt
│ ├── health>unhealth.txt
│ ├── unhealth.txt
│
├── scripts/
│ ├── py01_patients.py
│ ├── py02_HCs.py
│ ├── py03_subtraction.py
│ ├── py04_conj.py
│ ├── py05_tables.py
│ └── py06_figures.py
│
├── README.md
│
└── output/
├── ale/
├── conj/
├── figures/
└── tables/
To run the analysis, navigate to the scripts/ folder and execute the Python scripts in the following order:
- py01_patients.py: Analyzes patient group data.
- py02_HCs.py: Analyzes healthy control group data.
- py03_subtraction.py: Performs subtraction analysis.
- py04_conj.py: Conducts conjunction analysis.
- py05_tables.py: Generates tables from the results.
- py06_figures.py: Generates figures for the study.