boxcoxTransform: Create a FlowCore Compatible Transform Object

View source: R/trans_boxcox.R

boxcoxTransformR Documentation

Create a FlowCore Compatible Transform Object

Description

Do the boxcox mathematical transform

This function creates a flowCore compatible transform object.

Usage

boxcoxTransform(
  transformId = "myboxcox",
  lambda = 0.1,
  scale = NA,
  jitter = FALSE
)

Arguments

transformId

FlowCore compatible transformId

lambda

boxcox lambda parameter

scale

boxcox scale parameter

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.