View source: R/summaryAnalysis.R
flsummary | R Documentation |
Get summary statistics for fluorescence or other data channels of a flowSet
flsummary(flowset, channel)
flowset |
the |
channel |
option |
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(flowset = plate1, channel = "FL1.A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.