meanMedianSD: Summary statistic columns for a flow frame

Description Usage Arguments Value Examples

View source: R/generalFunctions.R

Description

Summary statistic columns for a flow frame

Usage

1

Arguments

frame

a flowFrame

Value

a matrix with a single row for the flow frame and mean, median, and sd columns for each column of the expression measurements

Examples

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)

flowTime documentation built on Nov. 8, 2020, 8:13 p.m.