Parcel-level tSNR across runs (ClusteredNeuroVec)
compute_tsnr_parcel.RdComputes parcel-wise temporal signal-to-noise ratio across ClusteredNeuroVec
runs by aggregating means and variances over time.
Arguments
- cnv_list
List of
neuroim2::ClusteredNeuroVecruns.
Details
For each parcel, the mean and variance are computed over concatenated time
points across all runs. tSNR is calculated as mean / sd, with both
numerator and denominator lower-bounded at 1e-6 to avoid division by zero
or degenerate weights. This is the parcel-level analogue of compute_tsnr()
for voxel data.
See also
compute_tsnr() for voxel-level tSNR computation
Other spatial metrics:
build_spatial_metric(),
build_spatial_metric_parcel(),
compute_tsnr(),
make_laplacian(),
make_parcel_laplacian()