computeDVARSspatialMap: computeDVARSspatialMap

Description Usage Arguments Value Author(s) Examples

View source: R/preprocessRestingBOLD.R

Description

compute the DVARS quality control metric at every voxel

Usage

1

Arguments

boldMatrix

matrix of bold signal

Value

DVARS spatial vector.

Author(s)

Tustison NJ, Avants BB

Examples

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

neuroconductor/ANTsR documentation built on Oct. 11, 2020, 8:14 a.m.