foldchangeplotOutput: The output function of the 'foldchangeplot' module

View source: R/foldchangeplot.R

foldchangeplotOutputR Documentation

The output 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

foldchangeplotOutput(id)

Arguments

id

Module namespace

Details

Leverages the scatterplot module

Value

output An HTML tag object that can be rendered as HTML using as.character()

Examples

foldchangeplotOutput("myid")

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


pinin4fjords/shinyngs documentation built on June 29, 2024, 8:55 a.m.