Scripts for Cytek data batch correction and clustering
Rscript flowcyto_bcc.R -h
Packages involved:
suppressPackageStartupMessages({
require(flowCore)
require(CATALYST)
require(sva)
require(data.table)
require(caret)
require(randomForest)
require(doParallel)
require(cowplot)
require(dplyr)
require(ggplot2)
})