Skip to content

aki91-g/ABIDE-analysis-prototype

Repository files navigation

[ARCHIVED] ABIDE analysis prototype

Re-directed to: ABIDE-analysis

Overview

Connectome visualization of AAL atlas datasets from ABIDE with MNE/Nilearn.

Why Archived

The initial data fetching logic was redundant and misaligned with the ultimate goal. While the code successfully achieved atlas-based connectivity visualization, it deviated from the intended dimensional approach using ABIDE database. Realized that a more scalable and streamlined pipeline is essential to bridge the gap between image data and latent variable modeling.

Key Achievement

Successfully extracted and visualized connectomes from AAL atlas-defined ROIs.

Repository Directory Tree

The following tree is being auto-generated by GitHub Actions upon push/pull requests. [TREE-START]

.
├── .vscode
│   └── settings.json
├── notebooks
│   └── abide_map.ipynb
├── output
│   └── figures
│       └── abide
│           └── aal
│               └── connection_check_50003.png
├── scripts
│   └── fetch_aal_atlas.sh
├── src
│   ├── connection
│   │   └── abide_aal.py
│   ├── database
│   │   └── abide_fetch_dataset.py
│   └── timeseries
│       └── abide_fetch_timeseries.py
├── .gitignore
├── LICENSE
├── README.md
└── requirements.txt

12 directories, 11 files

[TREE-END]

Releases

No releases published

Packages

 
 
 

Contributors