A class for connections to h5Seurat files

A class for connections to h5Seurat files

Format

An R6Class object

See also

Super classes

hdf5r::H5RefClass -> hdf5r::H5File -> SeuratDisk::scdisk -> h5Seurat

Methods

Public methods

Inherited methods

Method index()

Get the index for this h5Seurat file

Usage

h5Seurat$index()


Method set.version()

Set the version attribute

Usage

h5Seurat$set.version(version)

Arguments

version

A version number matching the regex ^\d+(\.\d+){2}(\.9\d{3})?$


Method version()

Get the version attribute

Usage

h5Seurat$version()