Does Nonverbal IQ Modulate the Relation Between Phonological Awareness and Reading Skill? Harmonization of Multi-Site fMRI-data
Isaac Chen from the Brain Development Lab
James R. Booth ([email protected])
Research shows that reading skill (i.e. accuracy of reading words aloud) and phonological awareness (i.e. sensitivity to the sound structure of language) are bi-directionally related, but we do not know how non-verbal IQ (i.e. sensitivity to stimulus patterns) influences this relationship. The proposed project seeks to examine how nonverbal IQ modulates the effect of (1) behavioral differences in phonological awareness on the neural basis of reading skill and (2) behavioral differences in reading skill on the neural basis of phonological awareness.
Neuroimaging data for this project were collected across various sites using different scanners. Pooling fMRI data across multiple sites is critical for improving the generalizability of findings to a diverse population. However, multi-site fMRI data are often affected by non-biological variability, attributable to differences in scanner manufacturers, non-standardized imaging acquisition parameters, or other intrinsic factors. This source of variability may lead to limited statistical power or even result in spurious findings. The objective for Brainhack Vanderbilt 2025 is to develop a harmonization pipeline designed to reliably remove between-scanner variability and ensure reproducibility for downstream analyses.
For each dataset, read the data descriptor articles and browse through the corresponding OpenNeuro datasets to learn about the differences in imaging acquisition parameters.
-
Article: Suárez-Pellicioni et al. 2019
Data: ds001486 - Brain Correlates of Math Development -
Article: Lytle et al. 2019
Data: ds001894 - Longitudinal Brain Correlates of Multisensory Lexical Processing in Children -
Article: Lytle et al. 2020
Data: ds00236 - Cross-Sectional Multidomain Lexical Processing
-
Read the documentation for neuroCombat by Fortin et al. 2018.
-
From Dr. John Muschelli's Neuroimaging Analysis with R series, read through the slides and try running the example code for the lecture Image Harmonization.
-
Library Dependencies: Install the required R packages:
# Install required packages # SummarizedExperiment is required to download neuroCombat if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("SummarizedExperiment") # Download neuroCombat from github library(devtools) install_github("jfortin1/neuroCombatData") install_github("jfortin1/neuroCombat_Rpackage")
-
Clone Repository: Clone the repository to your local machine:
git clone <https://github.com/hsuanwei-chen/task-VisRhyme_harmonization.git>
TBD
