experimenttable: The server function of the experimenttable module

View source: R/experimenttable.R

experimenttableR Documentation

The server function of the experimenttable module

Description

This function is not called directly, but rather via callModule() (see example). Essentially this just passes the results of colData() applied to the specified SummarizedExperiment object to the simpletable module

Usage

experimenttable(input, output, session, eselist)

Arguments

input

Input object

output

Output object

session

Session object

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Examples

callModule(experimenttable, "experimenttable", eselist)

# Almost certainly used via application creation

data(zhangneurons)
app <- prepareApp("experimenttable", zhangneurons)
shiny::shinyApp(ui = app$ui, server = app$server)


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.