flsummary: Get summary statistics for fluorescence or other data...

Description Usage Arguments Value Examples

View source: R/summaryAnalysis.R

Description

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

Usage

1
flsummary(flowset, channel)

Arguments

flowset

the flowSet to create summary statistics for

channel

option character vector of the data channel(s) to summarize. By default all channels will be summarized. Setting channels does not reduce computation time

Value

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

Examples

1
2
3
plate1 <- read.flowSet(path = system.file("extdata",
"ss_example", package = "flowTime"), alter.names = TRUE)
flsummary(flowset = plate1, channel = "FL1.A")

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