Disease dMRI Collections

Curated disease-focused MRI datasets (structural & diffusion) for research, benchmarking, and education. Each release retains its original license, citation, and metadata. Please cite the source when using any dataset.


Included Releases


1) Alzheimer’s vs Bipolar vs Healthy Controls (ubc-ad_bd)

Structural & diffusion MRI with derived FA, TBSS, VBM and clinical CSVs.

Download (Linux/macOS)

curl -s https://api.github.com/repos/data-hcp/disease/releases/tags/ubc-ad_bd | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-hcp/disease/releases/tags/ubc-ad_bd").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

2) High-Quality DWI of Parkinson’s Disease (liege-pd)

Cross-sectional PD dataset with 120 dirs, b=1000/2500, 2.4 mm³ voxels; matched controls.

Download (Linux/macOS)

curl -s https://api.github.com/repos/data-hcp/disease/releases/tags/liege-pd | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-hcp/disease/releases/tags/liege-pd").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

3) Inter-Site Reproducibility in Small Vessel Disease (isd-svd)

CADASIL patients scanned on Prisma & Skyra within 24 hours, BIDS-structured.

Download (Linux/macOS)

curl -s https://api.github.com/repos/data-hcp/disease/releases/tags/isd-svd | jq -r '.assets[].browser_download_url' | xargs -n1 -P4 curl -LO

Download (Windows PowerShell)

(Invoke-RestMethod "https://api.github.com/repos/data-hcp/disease/releases/tags/isd-svd").assets | ForEach-Object { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Licensing & Citation

You must follow dataset licenses and cite the original investigators.


Notes