fsApply_1col: Apply function over columns in a flowSet

Description Usage Arguments Author(s)

View source: R/fsApply_1col.R

Description

like many of the apply-style functions in R acts as an iterator for flowSet objects, allowing the application of a function to either the flowFrame or the data matrix itself. The output can the be reconstructed as either a flowSet, a list or a matrix depending on options and the type of objects returned.

Usage

1
fsApply_1col(x, y = "FSC", FUN = stats::median(), ...)

Arguments

x

flowSet to be used

y

string vector indicating the columns

FUN

the function to be applied to each element of x

Author(s)

Santiago Caño-Muñiz


phisanti/MyFunctions documentation built on Sept. 22, 2021, 7:37 p.m.