Represents a single "run" or "scan" of full voxel-level clustered time-series data stored in an HDF5 file. It inherits common properties (mask, clusters, file handle) from `H5ParcellatedArray` and adds run-specific information.
Slots
scan_nameA
characterstring identifying the scan (e.g., corresponds to a group under `/scans/`).n_timeAn
integerspecifying the number of time points in this run.compressA
logicalindicating if compression was intended or used (metadata). Inherits slots `obj`, `mask`, `clusters`, `n_voxels` from `H5ParcellatedArray`.
See also
H5ParcellatedArray-class, H5ParcellatedScanSummary-class
Other H5Parcellated:
$,H5ParcellatedMultiScan-method,
H5ParcellatedArray-class,
H5ParcellatedMultiScan,
H5ParcellatedScanSummary-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()