Nothing
suppressPackageStartupMessages({ suppressMessages({ library(rhdf5client) library(DelayedArray) }) })
A remote dataset is accessed by giving the URL of the server, the
type of the server (At present the only valid value is hsds
.), the file domain (path
to the HDF5 file) and the full path to the dataset inside the HDF5 file.
da <- HSDSArray('http://hsdshdflab.hdfgroup.org', 'hsds', '/shared/bioconductor/tenx_full.h5', '/newassay001') da
Again we have DelayedArray capabilities.
apply(da[,1:4],2,sum)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.