View source: R/long_analysis_module.R
longAnalysis | R Documentation |
long Analysis Module - server
longAnalysis( input, output, session, data, levelOpts, chosenLevel, resetInput, aggData, normalizedData )
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 longerent instance) |
resetInput |
reactive boolean determining if reset is required |
aggData |
the aggregated MRExperiment object |
normalizedData |
boolean indicating if normalization was done |
reactive holding code to be used in reports
Janina Reeder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.