sampleselectInput | R Documentation |
This module provides controls for selecting matrix columns by sample or group name.
sampleselectInput(id, eselist, getExperiment, select_samples = TRUE)
id |
Submodule namespace |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
getExperiment |
Reactive expression that returns a
|
select_samples |
Select samples at all? If set to false, a hidden input indicating the selection of all samples is produced. |
This will generally not be called directly, but by other modules such as the selectmatrix module.
output An HTML tag object that can be rendered as HTML using as.character()
sampleselectInput(ns("heatmap"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.