simpleApp | R Documentation |
sideBarLayout()
.Internal function called by prepareApp() to make simple single-function apps.
simpleApp(eselist, module = NULL, ui_only = FALSE, ...)
eselist |
List of ExploratorySummarizedExperiment objects with assay and experimental data |
module |
Character string specifying the module to use |
ui_only |
Don't add server components (for UI testing) |
... |
Additional arguments passed to the module output function |
simpleApp(eselist, "heatmap", "My study name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.