Launch GateLabR with the canonical GateLab React interface
Source:R/launch_react.R
launchReactGateLab.RdStarts the shared GateLab TypeScript/React application with a thin Shiny
adapter for a SingleCellExperiment. This is the default interface
used by launchGatingApp. The previous GateLabR-specific Shiny
interface remains available through launchLegacyGateLabR for
one transition release.
Arguments
- sce
A
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).