Description Usage Arguments Author(s) See Also Examples
Returns a vector or array of values obtained by applying a function to the
margins of a flowFrame. This is equivalent of running apply
on
the output of exprs(flowFrame)
.
1 2 |
x |
Object of class |
FUN |
the function to be applied. In the case of functions like '+', '%*%', etc., the function name must be backquoted or quoted. |
... |
optional arguments to 'FUN'. |
B. Ellis, N. LeMeur, F. Hahne
1 2 3 | samp <- read.FCS(system.file("extdata", "0877408774.B08", package="flowCore"),
transformation="linearize")
each_col(samp, summary)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.