Skip to contents

Represents a collection of clustered neuroimaging runs (scans) stored within a single HDF5 file. It acts as a container for `H5ParcellatedScan` and/or `H5ParcellatedScanSummary` objects, along with associated metadata.

This class facilitates managing multiple runs that share the same mask and cluster definitions.

Slots

runs

A `list` where each element is an object inheriting from `H5ParcellatedArray` (typically `H5ParcellatedScan` or `H5ParcellatedScanSummary`).

scan_metadata

A `list` containing metadata for each scan in the `runs` list.

cluster_metadata

A `data.frame` containing metadata associated with the clusters.