heatmapInput {microbiomeExplorer} | R Documentation |
Server side for the analysis input module handling analysis control
heatmapInput(input, output, session, meData, reset, aggDat = reactive(NULL))
input |
shiny input |
output |
shiny output |
session |
shiny session |
meData |
MRExperiment object storing all data |
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