View source: R/aggregation_module.R
aggregationTab | R Documentation |
Aggregation module server function
aggregationTab( input, output, session, resetInput, levelOpts, chosenLevel, meData )
input |
shiny input |
output |
shiny output |
session |
shiny session |
resetInput |
boolean updated to TRUE if new data is available |
levelOpts |
available levels to aggregate on (depends on input data) |
chosenLevel |
previously selected level (passed from different instance) |
meData |
the main MRexperiment object |
reactive list holding aggregated object, aggregation code and boolean on normalization
Janina Reeder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.