Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 541 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 541 Bytes

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()