This package includes SummarizedExperiment or RangedSummarizedExperiment instances from which assay data has been removed, so that it can be restored in real time from remote stores.
library(ExperimentHub) ehub = ExperimentHub() myfiles <- query(ehub , "restfulSEData") myfiles myfiles[[1]] myfiles[["EH551"]] #load by EH id
dataResource()
```{use data}
myfiles[["EH551"]] -> banoSEMeta banoSEMeta ```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.