each_col {flowCore}R Documentation

Function to apply methods over flowFrame margins

Description

Returns a vector or array of values obtained by applying a function to margins of flowFrame.

Usage

each_col(x, FUN, ...)
each_row(x, FUN, ...)

Arguments

x Object of class flowFrame.
FUN the function to be applied: see Details. In the case of functions like '+', ' backquoted or quoted.
... optional arguments to 'FUN'.

Author(s)

B. Ellis, N. LeMeur

See Also

apply

Examples

samp <- read.FCS(system.file("extdata",
        "0877408774.B08", package="flowCore"),
transformation="linearize")
each_col(samp, summary)

[Package flowCore version 1.0.2 Index]