Description Usage Arguments Value Examples
View source: R/generalFunctions.R
Summary statistic columns for a flow frame
1 |
frame |
a |
a matrix with a single row for the flow frame and mean, median, and sd columns for each column of the expression measurements
1 2 3 4 | plate1<-read.flowSet(path = system.file("extdata", "ss_example", package =
"flowTime"), alter.names = TRUE)
meanMedianSD(plate1@frames$A01.fcs)
fsApply(plate1, meanMedianSD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.