Description Usage Arguments Value
View source: R/feature_main_module.R
Relative abundance plot module - server
1 2 3 4 5 6 7 8 9 10 | avgAbundance(
input,
output,
session,
aggDat,
featLevel,
featureSettings,
normalizedData,
reset
)
|
input |
shiny input |
output |
shiny output |
session |
shiny session |
aggDat |
aggregated MRExperiment |
featLevel |
chosen feature level (aggregation level) |
featureSettings |
analysis input settings passed over to this module |
normalizedData |
boolean indicating whether data has been normalized |
reset |
boolean reactive which resets the module if TRUE |
list storing plot clicks and number of features displayed (passed to feature plot module) as well as the R code to make plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.