unitytransform-class.RdUnity 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
.DataObject of class "function".
parametersObject of class "character" -- the flow
parameters to be transformed.
transformationIdObject of class "character" -- a unique Id to
reference the transformation.
Objects can be created by calls to the
constructor unitytransform(parameters,transformationId).
Class "transform", directly.
Class "transformation", by class "transform", distance 2.
Class "characterOrTransformation", by class "transform", distance 3.
dg1polynomial, ratio
Other mathematical transform classes:
EHtrans-class,
asinht-class,
asinhtGml2-class,
dg1polynomial-class,
exponential-class,
hyperlog-class,
hyperlogtGml2-class,
invsplitscale-class,
lintGml2-class,
logarithm-class,
logicletGml2-class,
logtGml2-class,
quadratic-class,
ratio-class,
ratiotGml2-class,
sinht-class,
splitscale-class,
squareroot-class
dat <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore")) un1<-unitytransform(c("FSC-H","SSC-H"),transformationId="un1") transOut<-eval(un1)(exprs(dat))