View source: R/ff_importutils.R
doTransform | R Documentation |
Convenience wrapper for transformList
and transform
.
doTransform( ff, cols = c(1:5, 7:13), method = c("biexp", "asinh", "log", "linear"), a = 0.002, cofactor = 5, fac = 5.4/262143 )
ff |
The flowFrame to be transformed |
cols |
The columns (parameters) of the flowFrame to be transformed |
method |
The transformation function. One of |
a |
The adjustable parameter for Wade's biexpTransform (Default = 0.002) |
cofactor |
The adjustable parameter for Wade's asinhTransform (Default = 5) |
fac |
The scaling factor used only for |
Please refer to the code for the math details. The biexp and asinh methods are specific to this
package. They're similar to other corresponding transforms (e.g. flowCore, FlowJo) but differ
in detail. The values of the two adjustable transformation parameters
a
and cofactor
are only applicable to their corresponding transforms.
The transformed flowFrame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.