foldchangeplot: The server function of the 'foldchangeplot' module

View source: R/foldchangeplot.R

foldchangeplotR Documentation

The server function of the foldchangeplot module

Description

This module is for making scatter plots comparing pairs of groups defined in a 'contrasts' slot of the ExploratorySummarizedExperimentList

Usage

foldchangeplot(input, output, session, eselist)

Arguments

input

Input object

output

Output object

session

Session object

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Details

This function is not called directly, but rather via callModule() (see example).

Examples

callModule(foldchangeplot, "foldchangeplot", eselist)

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


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