Description Slots Objects from the Class Extends Author(s) See Also Examples
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
.Data
Object of class "function"
.
parameters
Object of class "character"
– the flow
parameters to be transformed.
transformationId
Object 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.
Gopalakrishnan N, F.Hahne
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
1 2 3 4 | dat <- read.FCS(system.file("extdata","0877408774.B08",
package="flowCore"))
un1<-unitytransform(c("FSC-H","SSC-H"),transformationId="un1")
transOut<-eval(un1)(exprs(dat))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.