View source: R/generalFunctions.R
qaGating | R Documentation |
Check whether a flowSet (or a single flowFrame) contains empty values, in which case normalization may fail (divide by zero). This is particularly useful for removing wash wells from a flowSet.
qaGating(x, threshold = 100)
x |
|
threshold |
|
A vector containing the flowFrames
with fewer events than
the threshold.
plate1<-read.flowSet(path = system.file("extdata", "ss_example", package = "flowTime"), alter.names = TRUE) qaGating(plate1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.