dim {rhdf5client} | R Documentation |
(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.
## S4 method for signature 'H5S_ArraySeed' dim(x) ## S4 method for signature 'HSDSArraySeed' dim(x)
x |
instance of H5S_ArraySeed |
x |
An object of type HSDSArraySeed |
integer(2) vector of dimensions corresponding to R's layout, assuming 2-d data
A numeric vector of the dimensions