A class for connections to h5Seurat files
A class for connections to h5Seurat files
An R6Class object
hdf5r::H5RefClass -> hdf5r::H5File -> SeuratDisk::scdisk -> h5Seurat
Inherited methods
index()Get the index for this h5Seurat file
h5Seurat$index()
set.version()Set the version attribute
h5Seurat$set.version(version)
versionA version number matching the regex
^\d+(\.\d+){2}(\.9\d{3})?$
version()Get the version attribute
h5Seurat$version()