Description Usage Arguments Details Value
View source: R/mie_transform.R
Calculate the Mie Transform, which converts a scattering signal to a corresponding EV diameter by means of calculated scattering from a calibration particle.
1 2 3 4 5 6 | mie_transform(
ff,
ssc_param = "SSC-A",
transformation = c("none", "biexp"),
detector
)
|
ff |
A flowFrame containing EV data. |
ssc_param |
The name of the scattering parameter to use for sizing. **NOTE: should be the same parameter used to detect the calibration bead in calibrate_ssc_conversion().** |
transformation |
What transformation was used on the scattering parameter. Ones currently supported include c("none", "biexp"). |
detector |
A detector, having been calibrated by calibrate_ssc_conversion(). |
There are several limitations of this function having to do with whether the scattering data have been transformed or not. Since the Mie Transform operates in linear space, any non-linear transformation must be inverted prior to calculating the Mie Transform. Currently, the only supported non-linear transformation is link[wadeTools]biexp.
A flowFrame, with a new parameter called "Size (nm)".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.