The bundled Shiny application exposes the full cellreportR pipeline through seven guided tabs. It is intended for laboratory personnel without an R background.
Launching
library(cellreportR)
cr_run_app() # example data
cr_run_app(experiment = my_cr_exp) # your own experimentTab overview
- Import & Design — upload cell and design files, or load the example data.
- Quality Control — set morphology thresholds and remove doublets.
- Normalization — background subtraction, control-reference or Z-score.
- Statistical Analysis — parametric and non-parametric tests at cell or replicate level, with effect sizes and adjusted p-values.
- Dose-Response — fit 4PL / 3PL / linear models and read off IC50.
- Visualization — interactive gallery covering all 13 plot types.
- Report & Export — generate HTML or PDF reports, export tables and figures.