Returns a tibble of per-ROI summary statistics from the parcellated timeseries: mean signal, standard deviation, and temporal SNR.
Arguments
- parcellated
A
boldR_parcellatedobject fromparcellate().
Examples
if (FALSE) { # \dontrun{
parcel <- parcellate(bold, atlas)
metrics <- compute_roi_metrics(parcel)
metrics
} # }