unitytransform-class {flowCore} | R Documentation |
Unity transform class transforms parameters names provided as characters into unity transform objects which can be evaluated to retrive the corresponding columns from the data frame
Objects can be created by calls to the constructor unitytransform(parameters,transformationId)
.
.Data
:"function"
~~ parameters
:"character"
-flow parameters to be transformed transformationId
:"character"
-unique ID to
reference the transformation
Class "transform"
, directly.
Class "transformation"
, by class "transform", distance 2.
Class "characterOrTransformation"
, by class "transform", distance 3.
No methods defined with class "unitytransform" in the signature.
Gopalakrishnan N, F.Hahne
dg1polynomial, ratio
dat <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore")) un1<-unitytransform(c("FSC-H","SSC-H"),transformationId="un1") transOut<-eval(un1)(exprs(dat))