Output module for popHeatmapGG
gatingModuleGGOutput(input, output, session, imageDir, popTable, displayNodes, annotation, annotCols, plotObj, popSubsets, objId, mapVar)
| input | - Shiny input object |
|---|---|
| output | - Shiny |
| session | - Shiny |
| imageDir | - image directory for gating images |
| popTable | - population table |
| displayNodes | - populations to show in shiny UI. Derived from `gatingObj` |
| annotation | - annotation. Usually derived from `gatingObj` |
| annotCols | - column names in annotation to expose |
| plotObj | - reactive data object that contains the gating graph to display (generated by `gatingModuleOutputGGFromGO`) |
| popSubsets | - named list of population subsets. Each slot should contain a vector of populations in displayNodes |
| mapVar | - single named character that maps popTable into annotation. |
shiny output module