activations {templateICAr} | R Documentation |
Activations of (s)tICA
Description
Identify areas of activation in each independent component map
Usage
activations(
tICA,
u = 0,
alpha = 0.01,
type = ">",
method_p = "BH",
verbose = FALSE,
which.ICs = NULL,
deviation = FALSE
)
Arguments
tICA |
Fitted (spatial) template ICA object from |
u |
Activation threshold. Default: |
alpha |
Significance level for joint PPM. Default: |
type |
Type of region. Default: |
method_p |
If the input is a |
verbose |
If |
which.ICs |
Indices of ICs for which to identify activations. If
|
deviation |
If |
Value
A list containing activation maps for each IC and the joint and marginal PPMs for each IC. If the input represented CIFTI- or NIFTI-format data, then the activations maps will be formatted accordingly.
Use summary
to obtain information about the activations results.
For CIFTI-format activations, use plot
to visualize the activation
maps.
Examples
## Not run:
activations(tICA_result, alpha=.05, deviation=TRUE)
## End(Not run)