pcaInput: The input function of the pca module

View source: R/pca.R

pcaInputR Documentation

The input function of the pca module

Description

This provides the form elements to control the pca display, derived from the selectmatrix, scatterplotcontrols, and scatterplot modules.

Usage

pcaInput(id, eselist)

Arguments

id

Submodule namespace

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Value

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

Examples

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)


pinin4fjords/shinyngs documentation built on May 5, 2024, 7:17 a.m.