Human Connectome Project (HCP) — Lifespan Studies

The Human Connectome Project (HCP) has expanded from its original young-adult study into a family of lifespan datasets spanning prenatal development through late adulthood. All datasets use HCP-style acquisition and processing principles to provide a coherent, cross-age resource for studying human brain connectivity across development, maturation, and aging.

This repository provides curated, tractography-ready derived diffusion MRI datasets (FIB, QSDR, GQI, SRC when permitted, QC tables).
Raw MRI data are not hosted here and must be obtained through ConnectomeDB, NDA, or dHCP under each dataset’s data-use agreement.

Overview

The HCP Lifespan initiative aims to:

This repository distributes DSI Studio–ready diffusion derivatives to reduce preprocessing load and standardize tractography workflows.


HCP Young Adult (HCP-YA)

High-quality multishell diffusion MRI from healthy adults (ages 22–35).

Highlights

Download (Linux / macOS — bash)

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

Download (Windows PowerShell 5.x)

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

HCP Young Adult Retest (HCP-YA-Retest)

A scan–rescan subset of HCP-YA for reproducibility and reliability studies.

Highlights

Download (Linux / macOS — bash)

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

Download (Windows PowerShell 5.x)

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

HCP Development (HCP-D)

Participants ages 5–21 scanned with HCP developmental protocols. Raw MRI data are under NDA restricted access; only derived files can be shared.

Highlights

Download (Linux / macOS — bash)

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

Download (Windows PowerShell 5.x)

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

HCP Aging (HCP-A)

Adults ages 36–100+ scanned using protocols optimized for aging.

Highlights

Download (Linux / macOS — bash)

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

Download (Windows PowerShell 5.x)

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

Developing Human Connectome Project (dHCP & dHCP-Retest)

Neonatal and preterm brain imaging, 20–44 weeks post-conception.

Highlights

Download (dHCP — Linux / macOS — bash)

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

Download (dHCP — Windows PowerShell 5.x)

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

Download (dHCP-Retest — Linux / macOS — bash)

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

Download (dHCP-Retest — Windows PowerShell 5.x)

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

Baby Connectome Project (BCP)

Infancy through age 5, imaged using infant-optimized HCP-style protocols.

Highlights

Download (Linux / macOS — bash)

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

Download (Windows PowerShell 5.x)

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

Licenses

Each dataset follows its source policy:

Dataset folders include the appropriate license text where applicable.


Citations

When using these datasets:

  1. Cite the original HCP / Lifespan / dHCP / BCP publications and DOIs.
  2. Cite ConnectomeDB, NDA, dHCP, or BCP portals as required by their policies.
  3. If using derivatives from this repository, please add:

“Derived diffusion MRI datasets were prepared by the Pittsburgh Fiber Data Hub (data-hcp/lifespan).”


Disclaimer