getDatasetSlice {rhdf5client}R Documentation

getDatasetSlice from hsds server

Description

getDatasetSlice from hsds server

Usage

getDatasetSlice(object, dsindex = 1, selectionString, ...)

Arguments

object

instance of H5S_source(updated object with path to file set)

dsindex

dataset index

selectionString

character with selectionString

...

unused

Value

list of data obtained

Examples

hsdsCon = H5S_source(URL_hsds()) # hsds server
setPath(hsdsCon, "/home/reshg/tenx_full.h5")-> hsds
getDatasetSlice(hsds,dsindex=1,selectionString="[1:10,1:50]")

[Package rhdf5client version 1.2.3 Index]