doTransform {CONFESS} | R Documentation |
It transforms the adjusted fluorescence signals of a matrix.
doTransform(data, transformation, lpar = NULL)
data |
Data matrix. The adjusted signals of both channels. |
lpar |
Float. The lambda parameter of the Box-Cox. |
transform |
Character string. The type of transformation to be performed. One of "bc" (Box-Cox), "log", "log10" or "asinh". |
The transformed data matrix