Re-directed to: ABIDE-analysis
Connectome visualization of AAL atlas datasets from ABIDE with MNE/Nilearn.
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.
Successfully extracted and visualized connectomes from AAL atlas-defined ROIs.
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]