computeDVARS: computeDVARS

View source: R/preprocessRestingBOLD.R

computeDVARSR Documentation

computeDVARS

Description

compute the DVARS quality control metric

Usage

computeDVARS(boldMatrix)

Arguments

boldMatrix

matrix of bold signal

Value

DVARS vector.

Author(s)

Tustison NJ, Avants BB

Examples


mat <- matrix(c(0, 1, 2, 0, 0, 1, 2, 2, 2), ncol = 3)
dv <- computeDVARS(mat)


stnava/ANTsR documentation built on April 16, 2024, 12:17 a.m.