The CompCor algorithm (Behzadi et. al., 2007) 10.1016/j.neuroimage.2007.04.042
CompCor(
vol,
data_ROI = NULL,
data = NULL,
noise_ROI,
noise_nPC = 5,
noise_erosion = 0
)
vol | The \(I x J x K x T\) volumetric fMRI timeseries, including both
the data voxels (unless |
---|---|
data_ROI | A logical mask for |
data | A \(V x T\) data matrix from which the noise components
will be regressed. Up to one of |
noise_ROI | A list of logical masks for |
noise_nPC | A vector the same length as |
noise_erosion | The number of layers to erode from each of the
|
A list with entries "data"
, "noise"
, "noise_mask"
and "noise_var"
.
If data_ROI
or data
was provided, the entry "data"
will be a
V x T
matrix where each row is a data voxel (if data_ROI
was
provided, the voxels are in spatial order; if data
was provided, the
voxels are in the same order) time series with each noise PC regressed from
it. Otherwise, this entry will be NULL
.
The entry "noise"
is a list of T
\(x\) noise_nPC
PC
scores, one for each noise_ROI
.
The data are centered on each voxel timecourse's median.