Reproducibility details found here: https://pennlinc.github.io/transdiagnostic_executive_function/
Penn LEAD is a longitudinal dataset consisting of clinical, cognitive, and multimodal neuroimaging data from 132 adolescents, designed to investigate transdiagnostic executive function.
The data corresponding with this repository can be found on OpenNeuro:
- Raw data
- sMRIPrep derivatives
- fMRIPrep derivatives
- XCP-D derivatives
- QSIPrep derivatives
- QSIRecon derivatives
- ASLPrep derivatives
- The
clinical,cognitive, anddemographicsfolders contain everything needed to generate summaries and figures relating to clinical phenotypic data, data from the Penn Computerized Neurocognitive Battery (CNB), and demographic information contained within the participants.tsv file in the dataset. - The
curationfolder contains necessary scripts needed to curate the multimodal neuroimaging data, score the n-back task fMRI data, anonymize the scans, and summarize the raw data available. Thepreprocessingfolder contains necessary scripts needed to complement preprocessing of the multimodal imaging data through BABS (Bids App Bootstrap) software, and a folder containing the YAML files that were used to run each BIDS App through BABS, as well as a script to summarize the available preprocessed data. - The
QCfolder contains the scripts used to concatenate and compile relevant QC information from BIDS App outputs, as well as the CSV files and figures generated from these scripts to help make QC determinations, and a script to summarize the amount of subjects and sessions that passed QC. It also contains a folder with CSV files containing lists of the scans excluded from analysis scripts for each imaging modality, as well as a set of CSV files with our final QC recommendations for each modality. - The
datafolder includes a list of all the subject IDs included in the dataset. - The
analysisfolder contains scripts needed to unzip and plot data from processed outputs for visualization. Theneuroimaging_figuresfolder contains the PNG and PDF images that resulted from running these scripts. - The
python_requirementsfolder contains text files containing details about the environments used to run scripts.