Learn R Programming

flowCore (version 1.38.2)

parameterTransform-class: Class "parameterTransform"

Description

Link a transformation to particular flow parameters

Arguments

Objects from the Class

Objects are created by using the %on% operator and are usually not directly instantiated by the user.

Slots

.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.

Extends

Class "transform", directly. Class "function", by class "transform", distance 2.

Methods

%on%
signature(e1 = "filter", e2 = "parameterTransform"): Apply the transformation.
%on%
signature(e1 = "parameterTransform", e2 = "flowFrame"): see above
parameters
signature(object = "parameterTransform"): Accessor to the parameters slot