Description Usage Arguments Author(s)
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.
1 | fsApply_1col(x, y = "FSC", FUN = stats::median(), ...)
|
x |
flowSet to be used |
y |
string vector indicating the columns |
FUN |
the function to be applied to each element of x |
Santiago Caño-Muñiz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.