Description Usage Arguments Value
View source: R/inter_analysis_module.R
inter Analysis Module - server
1 2 3 4 5 6 7 8 9 10 | interAnalysis(
input,
output,
session,
data,
levelOpts,
chosenLevel,
resetInput,
aggData
)
|
input |
shiny input |
output |
shiny output |
session |
shiny session |
data |
the main data object returned from data_input_module |
levelOpts |
available levels to aggregate on (depends on input data) |
chosenLevel |
previously selected level (passed from different instance) |
resetInput |
reactive boolean determining if reset is required |
aggData |
the aggregated MRExperiment object |
reactive holding code to be used in reports
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.