biexpTransform | R Documentation |
Create a flowCore compatible transform object.
This function creates a flowCore compatible transform object.
biexpTransform( transformId = "mybiexp", a = 0.002, full_scale = 262143, jitter = TRUE )
transformId |
FlowCore compatible transformId |
a |
The "a" parameter. Do not override unless you know what you're doing. |
full_scale |
The value of full-scale events (default = 2^18 - 1) |
jitter |
Logical, should small values be jittered for visual appeal? |
an object of type transform
, to be used with flowCore functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.