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_name
A
character
string identifying the scan (e.g., corresponds to a group under `/scans/`).n_time
An
integer
specifying the number of time points in this run.compress
A
logical
indicating 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()