simpleApp: Produce a simple app with controls and layout for a single...

View source: R/apps.R

simpleAppR Documentation

Produce a simple app with controls and layout for a single module, in a shiny sideBarLayout().

Description

Internal function called by prepareApp() to make simple single-function apps.

Usage

simpleApp(eselist, module = NULL, ui_only = FALSE, ...)

Arguments

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

Examples

simpleApp(eselist, "heatmap", "My study name")


pinin4fjords/shinyngs documentation built on May 5, 2024, 7:17 a.m.