Skip to contents

A shiny Module.

Usage

view_dataset_ui(id)

view_dataset_server(id, dataIn = NULL, ...)

view_dataset(dataIn)

Arguments

id

A `character()` as the id of the Shiny module

dataIn

An instance of the class `MultiAssayExperiment`

...

Additional parameters

Value

A shiny App

NA

Examples

if (interactive()) {
data(lldata123)
shiny::runApp(view_dataset(lldata))
}