powered by
compute_stats(fs = NULL, gates, type = "percent", value = NULL, data_range = NULL, ...)
data(GvHD) fs <- GvHD[1:4] rect.g <- rectangleGate(list("FSC-H" = c(300,500), "SSC-H" = c(50,200))) rect.gates <- sapply(sampleNames(fs), function(sn)rect.g) compute_stats(fs, rect.gates)
Run the code above in your browser using DataLab