Skip to contents

Represents a single "run" or "scan" containing only *summary* time-series data for clusters (e.g., mean signal per cluster) stored in an HDF5 file. It inherits common properties from `H5ClusteredArray` but provides methods suited for accessing summary data (like `as.matrix`) rather than full voxel data.

Slots

scan_name

A character string identifying the scan.

n_time

An integer specifying the number of time points in this run.

cluster_names

A character vector providing names for the clusters (columns in summary matrix).

cluster_ids

An integer vector of cluster IDs corresponding to `cluster_names`.

summary_dset

A character string giving the name of the summary dataset within the run's HDF5 group (e.g., "summary_data"). Inherits slots `obj`, `mask`, `n_voxels` from `H5ClusteredArray`. Note: The `clusters` slot inherited from `H5ClusteredArray` might be NULL or contain the map for reference, but voxel-level access methods are typically disabled/error.