Skip to contents

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 -> srtdisk::scdisk -> h5Seurat

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()


Method detect.version()

Detect the Seurat version of the stored object

Usage

h5Seurat$detect.version()

Returns

A string indicating the detected version ("V3", "V4", or "V5")


Method is.v5()

Check if this is a V5 format file

Usage

h5Seurat$is.v5()

Returns

Logical indicating if file uses V5 format