nii.qc.mortamet: Generate Mortamet's Quality Indices

Description Usage Arguments Value Author(s)

View source: R/nii.qc.mortamet.R

Description

Generate Quality Indices from Mortamet, et al. (2009).

QI1 is the proportion of voxels with intensity corrupted by artifacts normalized by the number of voxels in the background

QI1 = (1/N)∑_[x \in X_ART](1)

QI2 is based on the goodness-of-fit of a centered <cf><87>2 distribution onto the intensity distribution of non-artifactual background (within the <e2><80><9c>hat<e2><80><9d> mask)

χ^2_n = 2/(((σ√2)^2n)(n-1)!) x^(2n-1) e^(-x/2)

Mortamet B, Bernstein MA, Jack Jr CR, Gunter JL, Ward C, Britson PJ, Meuli R, Thiran JP, Krueger G. Automatic quality assessment in structural brain magnetic resonance imaging. Magnetic Resonance in Medicine: An Official Journal of the International Society for Magnetic Resonance in Medicine. 2009 Aug;62(2):365-72.

Usage

1
nii.qc.mortamet(img.nii, img.vol=1L, air.nii, air.vol=1L, air.dir="eq", air.thresh=1, art.nii, art.vol=1L, art.dir="eq", art.thresh=1)

Arguments

img.nii

Full directory listing to desired nifti image (unzipped)

img.vol=1L

For multi volume images; an integer indicating the volume to load (1..N)

air.nii

Full directory listing to desired nifti image to use for identifying the air region around the head (unzipped). Must be identical pixel dimensions to base image.

air.vol=1L

For multi volume images; an integer indicating the volume to load (1..N)

air.dir="gt"

Direction to threshold the air mask image to generate the desired ROI. Options include ("gt") [>] Default, "ge" [>=], "lt" [<], "le" [<=], "eq" [==]

air.thresh=0

Value at which to threshold the air mask image to generate an ROI. E.g., for binary masks, where the value 1 indicates the ROI, default of >0, will generate the appropriate mask

art.nii

Full directory listing to desired nifti image to use for identifying the artefact region around the head (unzipped). Must be identical pixel dimensions to base image.

art.vol=1L

For multi volume images; an integer indicating the volume to load (1..N)

art.dir="gt"

Direction to threshold the artefact mask image to generate the desired ROI. Options include ("gt") [>] Default, "ge" [>=], "lt" [<], "le" [<=], "eq" [==]

art.thresh=0

Value at which to threshold the artefact mask image to generate an ROI. E.g., for binary masks, where the value 1 indicates the ROI, default of >0, will generate the appropriate mask

Value

returns a named list containing the values of "qi1", "qi2", "kde" (observed noise probability distribution), "fit.chi" (the fitted <cf><87>2 distribution), "obs.noise" (a dataframe of the observed noise values), "exp.dist" (a dataframe of the expected noise probability distribution), "plot" (a density plot to compare observed and expected noise).

Author(s)

Timothy R. Koscik <timkoscik+niiqc@gmail.com>


TKoscik/nifti.qc documentation built on May 6, 2019, 4:30 p.m.