maplot: The server function of the 'maplot' module

View source: R/maplot.R

maplotR Documentation

The server function of the maplot module

Description

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

Usage

maplot(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(maplot, "maplot", eselist)

# Almost certainly used via application creation

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


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