volcanoplot: The server function of the 'volcanoplot' module

View source: R/volcanoplot.R

volcanoplotR Documentation

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

volcanoplot(input, output, session, eselist)

Arguments

input

Input object

output

Output object

session

Session object

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Examples

callModule(differentialtable, "differentialtable", eselist)

# However, almost certainly called via application creation:

data(zhangneurons)
app <- prepareApp("volcanoplot", zhangneurons)
shinyApp(ui = app$ui, server = app$server)


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