Skip to content

OpenNeuroDatasets/ds007088

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of Dataset

Penn LEAD (Penn Longitudinal Executive functioning in Adolescent Development) is a data resource designed to investigate transdiagnostic executive function during development.

This repository contains data derivatives from running fMRIPrep. We provide derivatives including volumetric data such as motion and distortion-corrected BOLD timeseries, confound regressors, masks, and transforms, as well as quality control metrics and figures. Additional fMRI derivatives after processing with XCP-D can be found here.

The link to the accompanying raw dataset is here: https://openneuro.org/datasets/ds007116 [accession number ds007116].

The Docker Hub link for fMRIPrep is here.

The quality control recommendations for fMRI can be found on Github. Both QC recommendations for fMRI and T1 structural data should be taken into account for fMRI data.

Instructions to generate complete fMRIPrep derivatives

In order to generate complete fMRIPrep derivatives for this dataset, you must clone the fMRIPrep (ds007088), fMRIPrep-anat (ds007089), and raw (ds007116) datasets. These fMRIPrep derivatives were produced with BABS, which processes each session independently. In order to reproduce that processing structure with vanilla fMRIPrep, you will need to use fMRIPrep version 25.2.0 or later. Here is an example fMRIPrep call to generate outputs for sub-138950 ses-1:

apptainer run \
    --cleanenv \
    -B /path/to/ds007116:/data \
    -B /path/to/ds007089:/fmriprep_anat \
    -B /path/to/ds007088:/fmriprep_minimal \
    -B /path/to/output:/out \
    -B /path/to/working-directory:/work \
    -B /path/to/license.txt/license.txt:/license.txt \
    fmriprep_v25.2.0.sif \
    /data \
    /out \
    participant \
    -w /work \
    --stop-on-first-crash \
    --fs-license-file /license.txt \
    --output-spaces func T1w MNI152NLin6Asym:res-2 \
    --force bbr \
    --skip-bids-validation \
    --cifti-output 91k \
    --fs-subjects-dir /fmriprep_anat/sourcedata/freesurfer \
    --fs-no-resume \
    --participant-label sub-138950 \
    --derivatives minimal=/fmriprep_minimal \
    --session-label 1

About

OpenNeuro dataset - Penn LEAD: Penn Longitudinal Executive functioning in Adolescent Development - fMRIPrep Functional Derivatives

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors