TestH5: Test HDF5 datasets and groups to see what kind of data they...

TestH5R Documentation

Test HDF5 datasets and groups to see what kind of data they are

Description

Test HDF5 datasets and groups to see what kind of data they are

Usage

## S4 method for signature 'H5D'
IsDataFrame(x)

## S4 method for signature 'H5Group'
IsDataFrame(x)

## S4 method for signature 'H5D'
IsFactor(x)

## S4 method for signature 'H5Group'
IsFactor(x)

## S4 method for signature 'H5Group'
IsList(x)

## S4 method for signature 'H5D'
IsLogical(x)

## S4 method for signature 'H5D'
IsMatrix(x)

## S4 method for signature 'H5Group'
IsMatrix(x)

Arguments

x

An HDF5 dataset or group

See Also

TestObject


mojaveazure/seurat-disk documentation built on Nov. 5, 2023, 9:40 a.m.