detect_fl_parameters: Detect Fluorescence Parameters in a flowFrame

View source: R/ff_importutils.R

detect_fl_parametersR Documentation

Detect Fluorescence Parameters in a flowFrame

Description

Return the indices of the fluorescence parameters.

Usage

detect_fl_parameters(ff, non.fl = c("fsc", "ssc", "time", "clean", "index"))

Arguments

ff

The flowFrame to be processed

non.fl

Names of all non-fluorescence parameters in the flowFrame

Details

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.

Value

The indices corresponding to the scattering parameters.


rogerswt/wadeTools documentation built on Feb. 16, 2023, 7:47 a.m.