reho: REHO

View source: R/reho.R

rehoR Documentation

REHO

Description

regional homogeneity for a time series image

Usage

reho(rsfmri, mask, shifter = 1, method = "kendall", maxDistance = 1.1)

Arguments

rsfmri

antsImage usually 4D

mask

antsImage binary mask

shifter

size of neighborhood

method

one of kendall, spearman or pearson

maxDistance

maximum distance from center voxel

Value

antsImage is output

Author(s)

Tustison, N.

References

Zang, Y., Jiang, T., Lu, Y., He, Y., Tian, L., 2004. Regional homogeneity approach to fMRI data analysis. Neuroimage 22, 394-400.

Examples

## Not run: 
rehoimg <- reho(rsfmri)

## End(Not run)

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