boxplot: The server function of the boxplot module

View source: R/boxplot.R

boxplotR Documentation

The server function of the boxplot module

Description

This module produces displays of the quartiles of the values in the selected assay matrix. For low sample numbers (<= 20) the default is a boxplot produced using ggplot2. For higher sample numbers, the default is a line-based alternative using plotly.

Usage

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

# Almost certainly used via application creation

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


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