flowjo_biexp | R Documentation |
Normally it was parsed from flowJo xml workspace. This function provides the alternate way to construct the flowJo version of logicle transformation function within R.
flowjo_biexp(
channelRange = 4096,
maxValue = 262144,
pos = 4.5,
neg = 0,
widthBasis = -10,
inverse = FALSE
)
channelRange |
|
maxValue |
|
pos |
|
neg |
|
widthBasis |
|
inverse |
|
trans <- flowjo_biexp()
data.raw <- c(-1, 1e3, 1e5)
data.trans <- trans(data.raw)
round(data.trans)
inv <- flowjo_biexp(inverse = TRUE)
round(inv(data.trans))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.