jlab / FlowSoFineApp

0 stars 0 forks source link

FlowSoFineApp

FlowSoFineApp provides a Shiny user interface for the FlowSoFine package for flow cytometry.

Installation

You can install the development version of FlowSoFineApp from GitHub with:

install.packages("remotes")
remotes::install_github("jlab/FlowSoFine")
remotes::install_github("jlab/FlowSoFineApp")

Example

Launch the user interface in R:

library(FlowSoFineApp)

launchApp()