Explore MultiAssayExperiment objects.

omXplore_tabExplorer_ui(id)

omXplore_tabExplorer_server(
  id,
  obj = reactive({
     NULL
 }),
  i = reactive({
     NULL
 }),
  digits = reactive({
     3
 })
)

omXplore_tabExplorer(obj, i)

Arguments

id

A character(1) which is the id of the shiny module.

obj

An instance of the class MultiAssayExperiment

i

An integer which is the index of the assay in the param obj

digits

An integer for the number of digits shown in the table

Value

NA

NA

NA

A shiny app

Examples

if (FALSE) { # \dontrun{
  data(vdata)
  shiny::runApp(omXplore_tabExplorer(vdata, 1))
} # }