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

View source: R/summaryAnalysis.R

flsummaryR 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)

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

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

wrightrc/flowTime documentation built on Dec. 8, 2022, 9:50 p.m.