dim {rhdf5client}R Documentation

Obtain dimensions of an object of type HSDSArraySeed

Description

(required by DelayedArray seed contract) HDF server content is assumed transposed relative to R matrix layout. This anticipates H5 datasets on the server with rows for experimental samples and columns for *-omic features. The Bioconductor SummarizedExperiment requires *-omic features in rows and samples in columns.

Usage

## S4 method for signature 'HSDSArraySeed'
dim(x)

Arguments

x

An object of type HSDSArraySeed

Value

A numeric vector of the dimensions


[Package rhdf5client version 1.14.2 Index]