| groupby | R Documentation | 
The groupby module provides a UI element to choose from the
group_vars in a SummarizedExperment. Useful for coloring in a PCA etc
groupby(
  input,
  output,
  session,
  eselist,
  group_label = "Group by",
  multiple = FALSE,
  selectColData = NULL,
  isDynamic = reactive({
     TRUE
 })
)
input | 
 Input object  | 
output | 
 Output object  | 
session | 
 Session object  | 
eselist | 
 ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects  | 
group_label | 
 A label for the grouping field  | 
multiple | 
 Produces a checkbox group if true, a select box if false  | 
selectColData | 
 Reactive returning an experiment matrix, probably
derived from the   | 
isDynamic | 
 Reactive expression providing a boolean. A FALSE value causes the groupby option to be placed in a hidden field.  | 
output A list of reactive functions which will be used by other modules.
geneset_functions <- callModule(groupby, "heatmap", getExperiment)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.