Aperiodic activity reflects neural noise, with flatter slopes indexing increased noise and excitability. Using direct brain recordings in a large sample of neurosurgical patients aged 5-54 years (i.e., intracranial EEG/iEEG), we discovered that aperiodic slopes in both association and sensorimotor cortices flatten with age into young adulthood. This finding challenges models of early sensorimotor development based on brain structure. In an association region called the prefrontal cortex, attentional state modulates age effects, and age effects explain age-related improvements in memory. Findings establish how aperiodic activity develops in localized brain regions and illuminate the development of prefrontal control during adolescence in the development of attention and memory. Press release by Medical Xpress.
Our research aims to uncover mechanistic explanations of the neural basis of human behavior, that is, move from where to how. Our goals are multifaceted: (1) advance fundamental science by discovering new knowledge using rigorous, reproducible methods; and (2) advance translational applications in neurotechnology, precision medicine, and product development that are grounded in rigorous science. In this project, the first in a series from the preregistered study, Mapping human brain development in high definition using invasive electrophysiology, we showcase how approaching neuroscience as data science - with neurophysiological, neuroimaging, behavioral, and demographic datasets representing diverse data types, and analytics spanning signal processing and hierarchical modeling - can address outstanding questions about brain development. Understanding how the human brain develops is a prerequisite to understanding healthy and disordered behavior across the lifespan.
These scripts produce the results reported in:
- Cross, ZR, Gray, SM, Dede, AJO, Rivera, YM, Yin, Q, Vahidi, P, Rau, EMB, Cyr, C, Holubecki, AM, Asano, E, Lin, JJ, Kim McManus, O, Sattar, S, Saez, I, Girgis, F, King-Stephens, D, Weber, PB, Laxer, KD, Schuele, SU, Rosenow, JM, Wu, JY, Lam, SK, Raskin, JS, Chang, EF, Shaikhouni, A, Brunner, P, Roland, JL, Braga, RM, Knight, RT, Ofen, N, Johnson, EL. The development of aperiodic neural activity in the human brain. Nature Human Behaviour (2025). DOI
Project data are available on OSF; download Preprocessed_data and volume_stats. The iEEG and MRI data were prepared for analysis using the pipeline for iEEG data curation. Project data include aperiodic slope, gray matter volume, memory task performance, and demographic data.
Publications or other papers using these scripts and/or data should cite the publication above.
Software:
- Jupyter Notebook 7.3.2 - download
- Python 3.13.5 environment: base (root)
- R 3.6.1 environment
- Install lme4 package using the Anaconda command line:
conda install -c conda-forge r-lme4
- Install lme4 package using the Anaconda command line:
- (Not tested on Google Colab)
Notes:
- Run IRASA on a sample dataset using aperiodic_irasa in the Python environment. The sample dataset is from the working memory delayed match to sample experimental paradigm.
- Run the modeling scripts in the R environment to reproduce published results (slope_models, gmv_models, and memory_models).
- The original scripts used to generate and model project data are in Zachariah_Cross/Aperiodic-development-iEEG.