Learn R Programming

flowCore (version 1.38.2)

unitytransform-class: Class "unitytransform"

Description

Unity transform class transforms parameters names provided as characters into unity transform objects which can be evaluated to retrieve the corresponding columns from the data frame

Arguments

Objects from the Class

Objects can be created by calls to the constructor unitytransform(parameters,transformationId).

Slots

.Data:
Object of class "function" ~~
parameters:
Object of class "character" -flow parameters to be transformed
transformationId:
Object of class "character"-unique ID to reference the transformation

Extends

Class "transform", directly. Class "transformation", by class "transform", distance 2. Class "characterOrTransformation", by class "transform", distance 3.

Methods

No methods defined with class "unitytransform" in the signature.

See Also

dg1polynomial, ratio

Examples

Run this code
  dat <- read.FCS(system.file("extdata","0877408774.B08",
  package="flowCore"))
  un1<-unitytransform(c("FSC-H","SSC-H"),transformationId="un1")
  transOut<-eval(un1)(exprs(dat))

Run the code above in your browser using DataLab