View source: R/ff_importutils.R
detect_fl_parameters | R Documentation |
Return the indices of the fluorescence parameters.
detect_fl_parameters(ff, non.fl = c("fsc", "ssc", "time", "clean", "index"))
ff |
The flowFrame to be processed |
non.fl |
Names of all non-fluorescence parameters in the flowFrame |
This function assumes that FL parameters are anything that don't contain (non-case-sensitive) "fsc", "ssc", "time", "clean" or "index", or any other parameter names supplied. in the argument, non.fl.
The indices corresponding to the scattering parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.