maplotInput: The UI input function of the 'maplot' module

View source: R/maplot.R

maplotInputR Documentation

The UI input function of the maplot module

Description

This module produces an MA plot of log(10) expression vs log(2) fold change for contrasts defined in the 'contrasts' slot of an 'ExploratorySummarizedExperimentList' object.

Usage

maplotInput(id, eselist)

Arguments

id

Submodule namespace

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Details

Leverages the contrasts and scatterplot modules

Value

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

Examples

maplotInput("myid", 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.