There are many packages on Bioconductor, CRAN and GitHub to build and improve workflows. Here are the essentials. Rafael Gottardo leads a fabulous team (Greg Finak, Mike Jiang, Jake Wagner) that develops the core packages for flow cytometry. These packages provide examples (vignettes). Looking at the results of those packages is valuable, at least to […]
Harmonize panels, script
Here we show how to install packages and how to carry out a panel harmonization. Installation Only once per R installation, i.e. whenever you install a new version of R. # 2020-05-11: tested with R4.0.0 # 2020-03-24: update the github location of cytulis library(devtools) # cytutils is installed by the next command # install_github(« ismmshimc/cytutils ») # […]