View source: R/generalFunctions.R
meanMedianSD | R Documentation |
Summary statistic columns for a flow frame
meanMedianSD(frame)
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
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.