parameterTransform-class {flowCore} | R Documentation |
Link a transformation to particular flow parameters
Objects are created by using the %on%
operator and are
usually not directly instantiated by the user.
.Data
:Object of class "function"
, the
transformation function.
parameters
:Object of class "character"
The
parameters the transformation is applied to.
transformationId
:Object of class
"character"
. The identifier for the object.
Class "transform"
, directly.
Class "function"
, by class "transform", distance 2.
signature(e1 = "filter", e2 =
"parameterTransform")
: Apply the transformation.
signature(e1 = "parameterTransform", e2 =
"flowFrame")
: see above
signature(object = "parameterTransform")
:
Accessor to the parameters slot
Byron Ellis