flsummary {flowTime}R Documentation

Get summary statistics for fluorescence or other data channels of a flowSet

Description

Get summary statistics for fluorescence or other data channels of a flowSet

Usage

flsummary(flowset, channel = "FL3.A", moments = FALSE)

Arguments

flowset

the flowSet to create summary statistics for

channel

character the data channel to summarize

moments

boolean if TRUE then split each frame into early, middle, and late events

Value

A data frame containing summary statistics (mean, median, SD) for the specified fluorescent channel and time moments of the flowSet.

Examples

plate1 <- read.flowSet(path = system.file("extdata",
"ss_example", package = "flowTime"), alter.names = TRUE)
flsummary(plate1)

[Package flowTime version 1.8.0 Index]