foldchangeplotInput: The UI input function of the 'foldchangeplot' module

View source: R/foldchangeplot.R

foldchangeplotInputR Documentation

The UI input 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

foldchangeplotInput(id, eselist)

Arguments

id

Submodule namespace

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Details

Leverages the scatterplot module

Value

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

Examples

data(zhangneurons)
foldchangeplotInput("myid", zhangneurons)

# Almost certainly used via application creation

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.