NIMH Data Archive (NDA) Neuroimaging Collections

This repository hosts derived neuroimaging data (.fz/.dz) from multiple projects in the National Institute of Mental Health Data Archive (NDA), spanning prenatal development, infancy, childhood/adolescence, and adult psychiatric disorders. All datasets here are derived files only; access to raw or restricted-level images and phenotypes requires an approved Data Use Agreement (DUA) from NDA.

Derived files in this repository follow a CC BY-NC-SA license. Underlying data remain governed by NDA policies and each project’s original terms.

For each collection below:


Early Brain Development in Twins (Collection ID: 1974)

Twin designs are critical for teasing apart genetic vs. environmental influences on early brain development and risk for neurodevelopmental and psychiatric disorders. This project focuses on the neonatal period, which has historically been under-sampled in twin imaging work.

Design & current findings

Next phase

Investigator: John Gilmore (UNC Chapel Hill)
Assets in this repo: 459

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-1974").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Longitudinal MRI Study of Infants at Risk for Autism (IBIS; Collection ID: 19)

This dataset comes from the IBIS Autism Project, part of the Autism Centers of Excellence (ACE) Network, with collaboration across UNC, UW, WU, Yale, and the MNI DCC.

Design

Goals

Investigator: Joe Piven (UNC Chapel Hill) Assets in this repo: 871

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-19").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Fetal Programming of the Newborn and Infant Human Brain (Collection ID: 1890)

A prospective, longitudinal follow-up of children whose mothers participated in an NIH pregnancy study focused on biological and behavioral processes.

Design & focus

Goals

Investigators: Claudia Buss, Pathik D. Wadhwa (UC Irvine) Assets in this repo: 87

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-1890").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Longitudinal Neuroimaging and Neurocognitive Assessment Across the Schizophrenia Spectrum (Collection ID: 3445)

This study uses Schizotypal Personality Disorder (SPD) as an intermediate SZ-spectrum phenotype to understand risk and protective factors across the schizophrenia spectrum, without the confounds of chronic antipsychotic treatment or hospitalization.

Participants (18–40 yrs)

Multimodal imaging

Assessments & analysis

Objectives

Investigator: Erin Hazlett (Icahn School of Medicine at Mount Sinai) Assets in this repo: 211

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-3445").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Mechanisms Underlying Resilience to Neighborhood Disadvantage (Collection ID: 2818)

Not all youth in disadvantaged neighborhoods develop psychopathology. This project focuses on those who show adaptive competence, aiming to uncover multilevel pathways that promote resilience.

Participants

Imaging & constructs

Goals

Investigator: S. Burt (Michigan State University) Assets in this repo: 564

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2818").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Integration of Neural Networks and Attachment in Human Infants (Collection ID: 2690)

This project links maternal caregiving, attachment security, and early brain network development.

Longitudinal design

Network analysis

Goals

Investigator: Nancy McElwain (University of Illinois at Urbana–Champaign) Assets in this repo: 111

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2690").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Cincinnati MR Imaging of Neurodevelopment (C-MIND; Collection ID: 2329)

Part of the Pediatric Functional Neuroimaging Research Network, led by Cincinnati Children’s Hospital Medical Center with partners at LONI (USC), UCLA, Children’s Hospital of Pittsburgh, and the University of Michigan.

Aims

Imaging

Cohort

Focus

Investigators: Scott Holland, Jennifer Vannest (CCHMC) Assets in this repo: 567

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2329").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Integrity and Dynamic Processing Efficiency of Networks in ASD (Collection ID: 2285)

This study integrates fcMRI, DTI, and MEG to understand network-level abnormalities in Autism Spectrum Disorders (ASD).

Participants

Methods

Goals

Investigator: Ralph-Axel Mueller (San Diego State University) Assets in this repo: 145

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2285").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Taste Reward Circuits and Prediction Error in Eating Disorders (Collection ID: 2138)

An RDoC-inspired study of anorexia nervosa (AN) and bulimia nervosa (BN) using Prediction Error as the organizing construct.

Participants

Aims

  1. Functional reward circuits (fMRI)

    • Taste-reward prediction error responses in:

      • Anteroventral striatum
      • Insula
      • Anterior cingulate cortex (ACC)
    • Hypothesis: lower BMI associates with heightened ACC responses to reward-predicting cues.

  2. Structural MRI & DTI

    • Quantify gray/white matter volumes and white matter integrity
    • Hypothesis: severe ED behaviors relate to reduced caudate/insula volumes and altered connectivity.
  3. RDoC-based clustering

    • Cluster individuals by prediction-error signatures, comparing to DSM categories
    • Hypothesis: prediction-error profiles better organize ED-relevant behaviors than diagnoses alone.

Investigator: Joel Stoddard (University of Colorado) Assets in this repo: 67

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2138").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Effects of Poverty on Affective Development (Collection ID: 2106)

A multi-level, longitudinal study of how poverty-related stress becomes biologically embedded and increases risk for anxiety and depression.

Sample

Assessments at age 15

Goals

Investigator: Christopher Monk (University of Michigan) Assets in this repo: 385

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2106").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Multidimensional Investigation of Cognitive Control Deficits in Psychopathology (Collection ID: 2102)

This project investigates psychotic spectrum disorders (PSD)—schizophrenia, schizoaffective disorder, bipolar disorder with psychotic features—through the lens of cognitive control impairments, which strongly predict real-world functioning yet remain hard to treat.

Participants

Data

Analysis & goals

Investigator: Andrew Robert Mayer (Mind Research Network) Assets in this repo: 183

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2102").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

2/3 – Social Processes Initiative in Neurobiology of the Schizophrenia(s) (Collection ID: 2098)

An RDoC-driven project targeting social cognitive (SCog) impairments across Schizophrenia Spectrum Disorders (SSDs), from healthy controls through full illness.

Approach

Goals

Investigators: Anil K. Malhotra, Aristotle Voineskos, Robert W. Buchanan Organization: The Feinstein Institute for Medical Research Assets in this repo: 899

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2098").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Multimodal Developmental Neurogenetics of Females with ASD (Collection ID: 2021)

A deep, multimodal investigation of sex differences in ASD, addressing the male–female prevalence gap with a sex-balanced cohort.

Cohort

Data types

Goals

Investigator: Kevin Pelphrey (University of Virginia) Assets in this repo: 243

Download (Linux/macOS — bash)

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

Download (Windows PowerShell 5.x)

(Invoke-RestMethod "https://api.github.com/repos/data-nih/nda/releases/tags/nda-2021").assets | % { Invoke-WebRequest $_.browser_download_url -OutFile (Split-Path $_.browser_download_url -Leaf) }

Data Access and Licensing Notes

For all collections in data-nih/nda:


© 2025 LabSolver / Pittsburgh Fiber Data Hub. Source datasets © respective investigators and the National Institute of Mental Health Data Archive (NDA). All .fz outputs in this repository follow CC BY-NC-SA, and use of underlying NDA data must follow NDA policies and DUAs.