flsummary {flowTime} | R Documentation |
Get summary statistics for fluorescence or other data channels of a flowSet
flsummary(flowset, channel = "FL3.A", moments = FALSE)
flowset |
the |
channel |
|
moments |
|
A data frame
containing summary statistics (mean, median,
SD) for the specified fluorescent channel and time moments of the flowSet.
plate1 <- read.flowSet(path = system.file("extdata", "ss_example", package = "flowTime"), alter.names = TRUE) flsummary(plate1)