pcaInput | R Documentation |
This provides the form elements to control the pca display, derived from the
selectmatrix
, scatterplotcontrols
, and scatterplot
modules.
pcaInput(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()
pcaInput("pca", ese, group_vars, default_groupvar, tructure(1:10, names = paste0("PC", 1:10)))
# Almost certainly used via application creation
data(zhangneurons)
app <- prepareApp("pca", 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.