sampleselect | R Documentation |
This module provides controls for selecting matrix columns by sample or group name.
sampleselect(
input,
output,
session,
eselist,
getExperiment,
allow_summarise = TRUE
)
input |
Input object |
output |
Output object |
session |
Session object |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
getExperiment |
Reactive expression that returns a
|
allow_summarise |
Boolean, show controls for matrix summarisation? |
This function is not called directly, but rather via callModule() (see example).
output A list of reactive functions for interrogating the selected samples/ columns.
selectSamples <- callModule(sampleselect, "selectmatrix", getExperiment)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.