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.
See also
H5ClusteredArray-class
, H5ClusterRun-class
Other H5Cluster:
$,H5ClusterExperiment-method
,
H5ClusterExperiment
,
H5ClusterExperiment-class
,
H5ClusterRun-class
,
H5ClusteredArray-class
,
[,H5ClusterRun,ANY,ANY,ANY-method
,
[,H5ClusterRun,ANY,missing,ANY-method
,
as.data.frame()
,
as.matrix()
,
close()
,
cluster_metadata,H5ClusterExperiment-method
,
clusters()
,
dim()
,
h5file,H5ClusteredArray-method
,
linear_access-methods
,
make_run_full()
,
make_run_summary()
,
mask()
,
matrix_concat()
,
n_scans,H5ClusterExperiment-method
,
scan_metadata,H5ClusterExperiment-method
,
scan_names,H5ClusterExperiment-method
,
series()
,
series_concat()
,
show,H5ClusterRun-method