maplotOutput: The output function of the 'maplot' module

View source: R/maplot.R

maplotOutputR Documentation

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

maplotOutput(id)

Arguments

id

Module namespace

Details

Leverages the contrasts and scatterplot modules

Value

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

Examples

maplotOutput("experiment")

# 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.