Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

MRIQC

MRIQC extracts no-reference IQMs (image quality metrics) from structural (T1w and T2w), functional and diffusion MRI (magnetic resonance imaging) data.

MRIQC is an open-source project, developed under the following software engineering principles:

-Modularity and integrability: MRIQC implements a nipype workflow to integrate modular sub-workflows that rely upon third party software toolboxes such as ANTs and AFNI. -Minimal preprocessing: the MRIQC workflows should be as minimal as possible to estimate the IQMs on the original data or their minimally processed derivatives. -Interoperability and standards: MRIQC follows the the brain imaging data structure (BIDS), and it adopts the BIDS-App standard. -Reliability and robustness: the software undergoes frequent vetting sprints by testing its robustness against data variability (acquisition parameters, physiological differences, etc.) using images from OpenfMRI. Its reliability is permanently checked and maintained with CircleCI.

Usage

MRIQC is most reliably envoked from a container. A command like:

mriqc <input_dir>/ <output_dir>/ participant [OPTIONS]

with [OPTIONS] specific to your dataset is easily invoked with either Docker or Apptainer to use this tool.

You are also able to use Nipoppy!

Outcomes

Structural IQMs

Measures based on noise measurements:

Measures based on information theory

Measures targeting specific artifacts

The workflow to compute the artifact detection from [Mortamet2009].

-- wm2max: The white-matter to maximum intensity ratio is the median intensity within the WM mask over the 95% percentile of the full intensity distribution, that captures the existence of long tails due to hyper-intensity of the carotid vessels and fat. Values should be around the interval [0.6, 0.8].

Other measures

Functional IQMs

Measures for the spatial information

Definitions are given in the summary of structural IQMs.

Measures for the temporal information

MRIQC calculates two additional standardized values of the DVARS. The dvars_std metric is normalized with the standard deviation of the temporal difference time series. The dvars_vstd is a voxel-wise standardization of DVARS, where the temporal difference time series is normalized across time by that voxel standard deviation across time, before computing the RMS of the temporal difference [Nichols2013].

Measures for artifacts and other

Along with the base framewise displacement, MRIQC reports the number of timepoints above FD threshold (fd_num), and the percent of FDs above the FD threshold w.r.t. the full timeseries (fd_perc). In both cases, the threshold is set at 0.20mm.

Diffusion IQMs

IQMs relating to spatial information

Definitions are given in the summary of structural IQMs.

IQMs relating to diffusion weighting

IQMs targeting artifacts that are specific of DWI images.

Citation

Esteban O, Birman D, Schaer M, Koyejo OO, Poldrack RA, Gorgolewski KJ; MRIQC: Advancing the Automatic Prediction of Image Quality in MRI from Unseen Sites; PLOS ONE 12(9):e0184661; doi:10.1371/journal.pone.0184661.