dim {rhdf5client}R Documentation

HDF Server content is assumed transposed relative to R matrix layout

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 'H5S_ArraySeed'
dim(x)

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

Arguments

x

instance of H5S_ArraySeed

x

An object of type HSDSArraySeed

Value

integer(2) vector of dimensions corresponding to R's layout, assuming 2-d data

A numeric vector of the dimensions


[Package rhdf5client version 1.4.1 Index]