Author: Mikael Roll Institution: Lund University Date: 2025-10-27 Repository: corticalreading
This repository contains code and analysis scripts for the study “Heritable and experience-dependent cortical traits of reading ability.” The project analyzes cortical myelination, thickness, and area in relation to reading ability using structural MRI and behavioral data from the Human Connectome Project (HCP) Young Adult dataset.
/scripts/ # Bash and R scripts for data extraction and analysis
/docs/ # Text documentation of the full pipeline
└── Full_pipeline_description.txt
LICENSE
README.md
-
MRI and behavioral data: Available through the Human Connectome Project (HCP) database (S1200 release). Access requires acceptance of the HCP Data Use Terms: https://db.humanconnectome.org/
-
Derived data: Not redistributed here to comply with HCP data use restrictions. However, all scripts and commands needed to reproduce the results from raw HCP data are provided in this repository.
-
Genetic data: Restricted HCP variables were used for the twin modeling analyses. Researchers with approved access to these data can reproduce the genetic modeling steps using the provided scripts.
All cortical metrics were extracted in the fs_LR 32k surface space using the Conte69 atlas and the HCP-MMP1.0 (Glasser et al., 2016) parcellation.
Surface-based analyses were implemented with Connectome Workbench (wb_command) as detailed in docs/Full_pipeline_description.txt.
All analyses were performed in R 4.4.3 (macOS 26.0.1). The main models include:
- Linear regressions predicting oral reading scores
- Quantile regressions for robustness
- Bivariate ACE models using the umx package for heritability and genetic correlation estimates
- Obtain access to the HCP Young Adult S1200 dataset.
- Download the required structural and behavioral files as specified in the pipeline text file.
- Run the provided Bash code to extract cortical measures.
- Load the resulting
.txtmatrices into R and execute the analysis code.
If you use this code, please cite:
Roll, M. (accepted). Heritable and experience-dependent cortical traits of reading ability. Cerebral Cortex.
If you use the data pipelines or derived measures, please also acknowledge the Human Connectome Project (HCP) as described here: HCP Citation Guidelines
This code is released under the MIT License. Use of HCP data must comply with the Human Connectome Project Data Use Terms.