biexpTransform: Create a FlowCore Compatible Transform Object

biexpTransformR Documentation

Create a FlowCore Compatible Transform Object

Description

Create a flowCore compatible transform object.

This function creates a flowCore compatible transform object.

Usage

biexpTransform(
  transformId = "mybiexp",
  a = 0.002,
  full_scale = 262143,
  jitter = TRUE
)

Arguments

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?

Value

an object of type transform, to be used with flowCore functions.


rogerswt/wadeTools documentation built on Feb. 16, 2023, 7:47 a.m.