Description Usage Arguments Value Examples
View source: R/summaryAnalysis.R
Get summary statistics for fluorescence or other data channels of a flowSet
1 | 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.
1 2 3 | 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.