- BOLD
Subject-level fMRI data matrix (\(V \times T\)). Rows will be
centered.
- GICA
Group-level independent components (\(V \times Q\))
- scale
"local" (default), "global", or "none".
Local scaling will divide each data location's time series by its estimated
standard deviation. Global scaling will divide the entire data matrix by the
mean image standard deviation (mean(sqrt(rowVars(BOLD)))).
- scale_sm_xifti, scale_sm_FWHM
Only applies if scale=="local" and
BOLD represents CIFTI-format data. To smooth the standard deviation
estimates used for local scaling, provide a "xifti" object with data
locations in alignment with BOLD, as well as the smoothing FWHM
(default: 2). If no "xifti" object is provided (default), do
not smooth.
- TR
The temporal resolution of the data, i.e. the time between volumes,
in seconds. TR is required for detrending with hpf.
- hpf, lpf
The frequencies at which to apply a highpass filter or lowpass
filter to the data during pre-processing, in Hertz. Set either to
NULL to disable filtering. Default: 0.01 Hertz for the
highpass filter, and NULL for the lowpass filter.
The highpass filter serves to detrend the data, since low-frequency
variance is associated with noise. Highpass filtering is accomplished by
nuisance regression of discrete cosine transform (DCT) bases.
The lowpass filter removes high-frequency variance also thought to be
associated with non-neuronal noise.
Note the TR argument is required for temporal filtering. If
TR is not provided, hpf and lpf will be ignored.
- GSR
Center BOLD across columns (each image)? This
is equivalent to performing global signal regression. Default:
FALSE.