💻 🧠 Contact school.brainhack@gmail.com for questions! 🧠 💻

Analysing Variability in Frontoparietal Activity in Children with and without ADHD

By Hu Ding Xuan
Published on June 15, 2025

"This study examines dorsolateral prefrontal cortex (dlPFC) and posterior parietal cortex (PPC) connectivity and dlPFC BOLD time series in ADHD versus typically developing (TD) children during the cued stop-signal task (CSST) using fMRI data from OpenNeuro ds005899. It is hypothesised that stronger dlPFC-PPC connectivity will be found in the ADHD group."

Project definition

Background

Childhood ADHD is one of the most prevalent neurodevelopmental disorders worldwide. Hallmarks of ADHD include hyperactivity, impulsivity and deficits in sustaining attention and behavioural control. However, its diagnostic heterogeneity makes it difficult to pinpoint its neural basis. Thus, capturing moment-to-moment brain fluctuations through fMRI has the potential to shed light on the neurobiological basis of the variability and inconsistency of ADHD symptoms. For my project, the analysis of the frontoparietal network will be focused on the dorsolateral prefrontal cortex and right posterior parietal cortex. The dlPFC is important for implementing control strategies, while the right PPC is found to be associated with more severe inattention symptoms. Understanding connectivity differences in these regions can reveal neural mechanisms driving ADHD symptoms during inhibitory tasks.

Tools

The project relied on the following technologies:

  • Jupyter Notebook
  • datalad for downloading datasets
  • fmriprep for preprocessing
  • nilearn for ROI masking, BOLD signal extraction, Pearson correlations, brain connectivity maps
  • matplotlib & seaborn for plotting and visualiation
  • scipy for Welch’s t-tests

Data

  • Dataset: OpenNeuro ds005899
  • Used only sub-7565 and sub-8150 for single-subject comparison analysis due to time constraints
  • CSST, 2 runs per subject (TR=0.49s)

Deliverables

  • Jupyter notebook
  • GitHub repository with a READme, directories
  • Processed fMRI data
  • Figures: time series plots, heatmaps, brainmaps

Results

Progress overview

  • Extracted time-series from 2 ROIs (dlPFC & PPC) using NiftiSpheresMasker in nilearn
  • Computed 2x2 Pearson correlation matrix for right dlPFC and right PPC
  • T-tests to examine group connectivity differences using scipy
  • Generated whole-brain connectivity maps seeded from the right dlPFC

Tools I learned during this project

  • fmriprep for preprocessing fMRI data
  • Correlation matrix construction
  • nilearn to visualise and analyse data

Results

Deliverable 1: Time Series Plots

The right dlPFC time series analysis revealed no significant group differences.

Deliverable 2: Pearson Correlation Matrix

Results indicated a stronger correlation in ADHD subject 7565 of 0.69 compared to typically developing subject 8150 of 0.2.

Deliverable 3: Seed-based Connectivity Maps

Results in subject 7565 showed a strong positive correlation of 0.73 with the right PPC and negative correlations down to -0.73 in the left hemisphere. This may suggest enhanced frontoparietal activity and suppressed default mode activity.

Challenges and Limitations

  • Long fMRI preprocessing time
  • Lack of significant results likely stems from reduced statistical power (n=2)
  • Beginner level proficiency in tools, struggled resolving coding errors

Future Directions

As my project now is mostly exploratory, moving forward, analysing the remaining subjects could further deepen insights into the ADHD neural mechanisms.

See also these similar projects

Dynamic Functional Connectivity of the Default Mode Network in ADHD

This project examines dynamic functional connectivity (dFC) within the Default Mode Network (DMN) in children with ADHD using the ADHD-200 dataset. …

Discover this project

fMRIPrep 101 - Pre-processing fMRI data and extracting connectivity matrices

This project aimed to understand how to pre-process fMRI data using fMRIPrep. Through this learning experience, a tutorial was created.

Discover this project

Unveiling the Power of B0 Field Mapping: A Comprehensive Tutorial and Analysis in MRI

This project aimed to create a detailed tutorial on B0 field mapping principles in MRI and demonstrate the estimation methods interactively. …

Discover this project