transformMap-class {flowCore}R Documentation

A class for mapping transforms between parameters

Description

This class provides a mapping between parameters and transformed parameters via a function.

Objects from the Class

Objects of this type are not usually created by the user, except perhaps in special circumstances. They are generally automatically created by the inline transform process during the creation of a transformFilter

Slots

output:
Name of the transformed parameter
input:
Name of the parameter to transform
f:
Function used to accomplish the transform

Author(s)

B. Ellis

See Also

transform

Examples

new("transformMap",input="FSC-H",output="FSC-H",f=log)

[Package flowCore version 1.0.2 Index]