HSDSArray {rhdf5client} | R Documentation |
A DelayedArray backend for accessing a remote HDF5 server.
Construct an object of type HSDSArray directly from the data members of its seed
HSDSArray(endpoint, svrtype, domain, dsetname)
endpoint |
URL of remote server |
svrtype |
type of server, must be either 'hsds' or 'h5serv' |
domain |
HDF5 domain of H5 file on server |
dsetname |
complete internal path to dataset in H5 file |
An initialized object of type HSDSArray
Other HSDSArray:
HSDSMatrix
,
as()
if (check_hsds()) { HSDSArray(URL_hsds(), "hsds", "/shared/bioconductor/darmgcls.h5", "/assay001") }