selectmatrixInput | R Documentation |
This module forms the core of many operations in shinyngs
. To use the
matrix data stored in an ExploratorySummarizedExperimentList
object,
selection must be made on the basis of experiment (which
ExploratorySummarizedExperiment
) to use), the specific assay of the
experiment, and the rows and columns of the selected assay matrix. This
module provides customisable controls for selection at each of these levels,
and parses those inputs to produce matrices used in the various plots.
selectmatrixInput(id, eselist, require_contrast_stats = FALSE)
id |
Submodule namespace |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
require_contrast_stats |
Only use elements of |
The geneselect
and sampleselect
modules provide
row- and column- selection, respectively.
This will generally not be called directly, but by other modules such as the
heatmap module.
output An HTML tag object that can be rendered as HTML using as.character()
selectmatrixInput(ns("heatmap"), eselist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.