FlowSoFineApp provides a Shiny user interface for the FlowSoFine package for flow cytometry.
You can install the development version of FlowSoFineApp from GitHub with:
install.packages("remotes")
remotes::install_github("jlab/FlowSoFine")
remotes::install_github("jlab/FlowSoFineApp")
Launch the user interface in R:
library(FlowSoFineApp)
launchApp()