maplotOutput | R Documentation |
maplot
moduleThis 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.
maplotOutput(id)
id |
Module namespace |
Leverages the contrasts
and scatterplot
modules
output An HTML tag object that can be rendered as HTML using as.character()
maplotOutput("experiment")
# Almost certainly used via application creation
data(zhangneurons)
app <- prepareApp("maplot", zhangneurons)
shiny::shinyApp(ui = app$ui, server = app$server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.