• Study
  • Data use
    • Access & download data
    • Responsible use
    • Acknowledgment
  • Documentation
    • Curation & structure
    • Non-imaging
    • Imaging
    • Substudies
    • Release notes
  • Tools
    • Data tools
    • R/Python Packages
    • CMIG Pipeline
  • Info
    • FAQs
    • Report issues
    • Changelog
    • Cite this website
  • Version
    • empty
  1. Imaging data
  2. ABCD BIDS Community Collection (ABCC)
  3. Documentation
  4. Imaging
  5. QSIPrep & QSIRecon

The ABCD 7.0 data has been released, and the Data Documentation has been updated with the 7.0 data release notes.

  • Curation & structure
    • Data structure
    • Curation standards
    • Naming convention
    • Metadata
  • Non-imaging data
    • ABCD (General)
    • Friends, Family, & Community
    • Genetics
    • Linked External Data
    • Mental Health
    • Neurocognition
    • Novel Technologies
    • Physical Health
    • Substance Use
  • Imaging data
    • Administrative & QC tables
      • MRI Administration
      • MRI Quality control
    • Data types
      • Documentation
        • Imaging
          • Concatenated
          • MRI derivatives data documentation
          • Source data / raw data
          • Supplementary tables
    • Scan types
      • Documentation
        • Imaging
          • Diffusion MRI
          • Resting-state fMRI
          • Structural MRI
          • Task-based fMRI
          • Task-based fMRI (Behavioral performance)
          • Trial level behavioral performance during task-based fMRI
    • ABCD BIDS Community Collection (ABCC)
      • Documentation
        • Imaging
          • About the ABCC
          • fMRIPrep
          • XCP-D
          • QSIPrep & QSIRecon
          • Post-Processing
  • Substudy data
    • Baby Teeth
    • COVID-19 rapid response research
    • Endocannabinoid
    • IRMA
    • MR Spectroscopy
    • RECOVER
    • Social Development
    • SIPS
  • Release notes
    • 7.0 data release
    • 6.1 data release
    • 6.0 data release

On this page

  • QSIPrep
    • Derivatives
  • QSIRecon
    • Derivatives
  1. Imaging data
  2. ABCD BIDS Community Collection (ABCC)
  3. Documentation
  4. Imaging
  5. QSIPrep & QSIRecon

QSIPrep & QSIRecon

QSIPrep

NMIND Badge Rating

The QSIPrep pipeline performs diffusion MRI (dMRI) data preprocessing, including head motion correction, susceptibility distortion correction, MP-PCA denoising, coregistration to T1w images, ANTS spatial normalization, and tissue segmentation (Cieslak et al., 2021).

NoteQSIPrep Processing Parameters

The following pipeline parameters were used to process ABCD study data (see Usage):

  • --unringing-method mrdegibbs
    Apply Marchenko-Pastur PCA-based Gibbs ringing removal
  • --output-resolution 1.7
    Resample preprocessed DWI data to 1.7 mm isotropic resolution
  • --eddy-config eddy_params.json
    Use a custom configuration file for FSL eddy (eddy_params.json)
  • --n_cpus 8
    Use 8 CPUs for parallel processing
  • --stop-on-first-crash
    Halt the pipeline on the first encountered error

Derivatives

See the pipeline documentation on Outputs of QSIPrep for an overview of derivatives.

Automated quality control (QC) metrics are provided in *_desc-ImageQC_dwi.csv, which includes a variety of QC metrics derived primarily from DSI Studio’s QC calculations, as described in Yeh et al. (2019). See the QSIPrep documentation for details. These metrics provide a comprehensive summary of image quality and preprocessing accuracy, facilitating informed inclusion/exclusion decisions for downstream analyses.

abcc-qsiprep_v0.21.4/
└── sub-<label>/
    └── ses-<label>/
        ├── anat/
        │   ├── *_from-T1wACPC_to-T1wNative_mode-image_xfm.mat
        │   ├── *_from-T1wNative_to-T1wACPC_mode-image_xfm.mat
        │   ├── *_from-MNI152NLin2009cAsym_to-T1w_mode-image_xfm.h5
        │   ├── *_from-T1w_to-MNI152NLin2009cAsym_mode-image_xfm.h5
        │   ├── *_from-orig_to-T1w_mode-image_xfm.txt
        │   ├── *_run-*_from-orig_to-T1w_mode-image_xfm.mat
        │   ├── *_rec-normalized_from-orig_to-T1w_mode-image_xfm.{txt|mat}
        │   ├── *_rec-normalized_run-*_from-orig_to-T1w_mode-image_xfm.mat
        │   ├── *_dseg.nii.gz
        │   ├── *_desc-brain_mask.nii.gz
        │   ├── *_desc-preproc_T1w.nii.gz
        │   └── *_desc-aseg_dseg.nii.gz
        │
        ├── dwi/
        │   ├── *_confounds.tsv
        │   ├── *_desc-ImageQC_dwi.csv
        │   ├── *_desc-SliceQC_dwi.json
        │   ├── *_dwiqc.json
        │   ├── *_space-T1w_desc-brain_mask.nii.gz
        │   ├── *_space-T1w_desc-eddy_cnr.nii.gz
        │   ├── *_space-T1w_desc-preproc_dwi.{b|bval|bvec|nii.gz|txt}
        │   └── *_space-T1w_dwiref.nii.gz
        │
        ├── figures/
        └── *.html

QSIRecon

NMIND Badge Rating

QSIRecon applies various reconstruction algorithms to generate microstructural tissue maps, tractography, and connectivity matrices from the preprocessed QSIPrep diffusion data. QSIRecon derivatives were generated using five reconstruction specifications, each providing different modeling approaches and outputs:

  • DIPYDKI - Diffusion kurtosis imaging (DKI) using DIPY, providing metrics such as mean kurtosis, radial kurtosis, and axial kurtosis. Diffusion tensor metrics derived as part of the DKI fit are also included here
  • DSIStudioGQI - Q-space imaging using DSI Studio’s Generalized Q-sampling Imaging (GQI) for orientation distribution functions and quantitative anisotropy. Diffusion tensor metrics computed across all b-values are included within this specification
  • MSMTAutoTrack - Multi-shell multi-tissue tractography using DSI Studio’s AutoTrack algorithm on MSMT FODs generated by MRtrix3
  • TORTOISE_model-MAPMRI - Mean Apparent Propagator MRI (MAP-MRI) modeling using TORTOISE for non-Gaussian diffusion characterization. Diffusion tensor metrics computed for b-values below 1200 are also included within this specification.
  • wmNODDI - White matter neurite orientation dispersion and density imaging (NODDI) modeled using AMICO for white matter microstructure analysis
NoteQSIRecon Processing Parameters & Recon Specifications

Pipeline parameters used for ABCD study data processing include the following (see Usage Notes):

  • --recon-spec ABCD_Recon.yml
    Custom YAML file defining reconstruction nodes and algorithms (ABCD_Recon.yml)
  • --report-output-level session
    Generate one HTML report per session rather than per subject
  • --stop-on-first-crash
    Halt the pipeline on the first encountered error

The following reconstruction specifications & modeling approaches are applied sequentially:

Spec Software Approach Key Outputs
wmNODDI AMICO NODDI with white matter parameters (dPar=0.0017) NDI, ODI, ISOVF
DIPYDKI DIPY Diffusion kurtosis imaging MK, RK, AK + DTI metrics
DSIStudioGQI DSI Studio Generalized Q-sampling Imaging QA, ISO, ODF + DTI metrics
TORTOISE_model-MAPMRI TORTOISE MAP-MRI (b < 1200 for tensor) RTOP, RTAP, RTPP + DTI metrics
MSMTAutoTrack MRtrix3 + DSI Studio MSMT-CSD FODs → AutoTrack tractography Bundle scalar statistics

Derivatives

See Outputs of QSIRecon in the pipeline documentation for a detailed explanation of the pipeline derivatives and reconstruction specifications.

abcc-qsirecon-<RECON_SPEC>/
└─ sub-<label>/
   └─ ses-<label>/
      ├─ dwi/
      # MNI152NLin2009cAsym space outputs
      │   ├── *_space-MNI152NLin2009cAsym_model-<MOD>_param-<PAR>_dwimap.nii.gz
      │   ├── ...
      # T1w space outputs
      │  ├─ *_space-T1w_model-<MODEL>_param-<PARAM>_dwimap.nii.gz
      │  ├─ *_space-T1w_bundles-<TRACTOGRAPHY_METHOD>_scalarstats.tsv
      │  ├─ ...
      │  └─ # Other diffusion models, scalar maps, or tractography,
      │       depending on RECON_SPEC
      │
      ├─ figures/
      │  ├─ *_desc-about_T1w.html
      │  └─ *_desc-summary_T1w.html
      │
      └─ *.html

References

Cieslak, M., Cook, P. A., He, X., Yeh, F.-C., Dhollander, T., Adebimpe, A., Aguirre, G. K., Bassett, D. S., Betzel, R. F., Bourque, J., Cabral, L. M., Davatzikos, C., Detre, J. A., Earl, E., Elliott, M. A., Fadnavis, S., Fair, D. A., Foran, W., Fotiadis, P., … Satterthwaite, T. D. (2021). Nature Methods, 18(7), 775–778. https://doi.org/10.1038/s41592-021-01185-5
Yeh, F.-C., Zaydan, I. M., Suski, V. R., Lacomis, D., Richardson, R. M., Maroon, J. C., & Barrios-Martinez, J. (2019). NeuroImage, 202, 116131. https://doi.org/10.1016/j.neuroimage.2019.116131