Opens the canonical GateLab React interface with a thin
SingleCellExperiment host. Works both from an installed package
(library(GateLabR); launchGatingApp()) and from a source clone
(source("launch.R"); launchGatingApp()).
Arguments
- sce
Optional
SingleCellExperiment. IfNULL, the first SCE in the global environment is used.- sample_column
Optional
colDatacolumn defining samples. When omitted, common sample columns such assample_idare detected.- port
Port for Shiny (default: auto-select).
- launch.browser
Whether to open a browser window (default:
TRUE).