assaydatatable: The server function of the assaydatatable module

View source: R/assaydatatable.R

assaydatatableR Documentation

The server function of the assaydatatable 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

assaydatatable(input, output, session, eselist)

Arguments

input

Input object

output

Output object

session

Session object

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Examples

callModule(assaydatatable, "assaydatatable", eselist)

# Almost certainly used via application creation

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


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