scrub_xifti | R Documentation |
Performs projection scrubbing or DVARS scrubbing, and optionally thresholds
to identify artifactual time points. Requires ciftiTools
and the
Connectome Workbench.
scrub_xifti(
X,
method = c("projection", "DVARS"),
brainstructures = c("left", "right"),
...
)
X |
Path to a CIFTI file, or a |
method |
|
brainstructures |
Character vector indicating which brain structure(s)
to use: |
... |
Additional arguments to each specific scrubbing function:
|
A list with components
A length T
vector or data.frame with T
rows, giving the outlyingness measure(s)
Describes the outlyingness measure(s)
The outlier cutoff value(s).
A length T
vector or data.frame with T
rows, where TRUE
indicates suspected outlier presence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.