View source: R/corr_input_module.R
corrInput | R Documentation |
Server side for the analysis input module handling analysis control
corrInput( input, output, session, type, meData, facetOptions = NULL, reset, aggDat = reactive(NULL) )
input |
shiny input |
output |
shiny output |
session |
shiny session |
type |
of the correlation (feature vs phenotype) |
meData |
MRExperiment object storing all data |
facetOptions |
named vector of available facet choices |
reset |
reactive boolean determining if all inputs should be reset |
aggDat |
aggregated MRExperiment object (default is NULL) |
list holding all chosen values and the selected feature
Janina Reeder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.