format_data | R Documentation |
Format data for pscrub and CompCor
format_data(
X,
ROI_data = "infer",
ROI_noise = NULL,
noise_nPC = 5,
noise_erosion = NULL
)
X |
description |
ROI_data , ROI_noise |
description |
noise_nPC |
The number of principal components to compute for each noise ROI. Alternatively, values between 0 and 1, in which case they will represent the minimum proportion of variance explained by the PCs used for each noise ROI. The smallest number of PCs will be used to achieve this proportion of variance explained. Should be a list or numeric vector with the same length as |
noise_erosion |
The number of voxel layers to erode the noise ROIs by.
Should be a list or numeric vector with the same length as |
A list with components "X", "X_noise", "ROI_data", and "ROI_noise"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.