This repository contains all code for the analysis of Functional Connectivity (FC) and BOLD Signal Variability (SD-BOLD) in resting-state fMRI data. It evaluates how these neural features relate to cognitive performance (memory and executive function) in healthy female participants, forming a baseline for identifying biomarkers of cancer-related cognitive impairment (CRCI).
Used for the bachelor thesis:
"Functional Connectivity and BOLD Variability as Neural Biomarkers for Cancer-Related Cognitive Impairment"
Author: Emre Pelzer | Maastricht University | 2025
- Preprocesses raw rs-fMRI in native functional space (motion correction, 6mm smoothing).
- Extracts Functional Connectivity (FC) using seed-based correlation from 13 brain regions (DMN, FPN, SN, hippocampus).
- Extracts SD-BOLD by computing voxelwise signal variability.
- Performs cognitive analyses:
- Correlations with CVLT1 (memory) and SES (executive function)
- Group comparisons between high vs. low memory performers
- Outputs:
- Per-subject CSV files with extracted features
- Statistical test results
- Figures and summary plots
pip install -r requirements.txt- Download from: OpenNeuro ds004796 – PEARL-Neuro Dataset
- Select female participants with
task-rest_dir-PA_bold.nii.gz - Organize data in BIDS format under
/data/
python generate_sdbold_per_subject_resampled.pypython generate_fc_features.pypython analyze_fc_cognition.py
python correlate_sdbold_scores.pypython analyze_fc_cvlt_groups.py
python analyze_sdbold_cvlt_groups.py/code/: all scripts/data/: raw data in BIDS format (publicly available via OpenNeuro)
- Preprocessing is done without T1w normalization
- SD-BOLD is computed voxelwise and averaged per ROI
- FC values are Fisher z-transformed
- Only female participants included to match CRCI population
- Cognitive scores (CVLT1, SES) are z-normalized
Creative Commons BY-NC-ND 4.0 – see LICENSE file for details. If reusing thesis text or figures, please credit the author.
Emre Pelzer
B.Sc. Data Science & AI – Maastricht University
Mail: emrepel03@gmail.com