HSDS_Matrix {rhdf5client}R Documentation

simplify construction of DelayedMatrix from url and path in HSDS

Description

This class is deprecated and will be defunct in the next release.

Usage

HSDS_Matrix(url, path, title)

Arguments

url

character(1) URL for HSDS object store with port

path

character(1) path from root defining HDF Cloud resource

title

character(1) name of dataset to use

Value

instance of DelayedArray

Examples

## Not run: 
HSDS_Matrix(URL_hsds(), "/shared/bioconductor/darmgcls.h5")

## End(Not run)

[Package rhdf5client version 1.14.2 Index]