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 `H5ParcellatedArray` but provides methods suited for accessing summary data (like `as.matrix`) rather than full voxel data.
Slots
scan_nameA
characterstring identifying the scan.n_timeAn
integerspecifying the number of time points in this run.cluster_namesA
charactervector providing names for the clusters (columns in summary matrix).cluster_idsAn
integervector of cluster IDs corresponding to `cluster_names`.summary_dsetA
characterstring giving the name of the summary dataset within the run's HDF5 group (e.g., "summary_data"). Inherits slots `obj`, `mask`, `n_voxels` from `H5ParcellatedArray`. Note: The `clusters` slot inherited from `H5ParcellatedArray` might be NULL or contain the map for reference, but voxel-level access methods are typically disabled/error.
See also
H5ParcellatedArray-class, H5ParcellatedScan-class
Other H5Parcellated:
$,H5ParcellatedMultiScan-method,
H5ParcellatedArray-class,
H5ParcellatedMultiScan,
H5ParcellatedScan-class,
close(),
cluster_metadata,H5ParcellatedMultiScan-method,
clusters(),
h5file,H5ParcellatedArray-method,
mask(),
matrix_concat(),
n_scans,H5ParcellatedMultiScan-method,
scan_metadata,H5ParcellatedMultiScan-method,
scan_names,H5ParcellatedMultiScan-method,
series_concat()