volcanoplotInput | R Documentation |
volcanoplot
moduleA volcano plot displays -log(10) of a p value/ FDR against a log(2) fold
change on the x axis. This module produces such a plot using the
scatterplot
module (which uses
plot_ly
)), using data provided by the
contrasts
module based on the setting of contrasts
in
eselist
.
volcanoplotInput(id, eselist)
id |
Submodule namespace |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
output An HTML tag object that can be rendered as HTML using as.character()
volcanoplotInput("myid", eselist)
# However, almost certainly called via application creation:
data(zhangneurons)
app <- prepareApp("volcanoplot", zhangneurons)
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.