transform
method.
The definition of this function is currently x = (x-a)/(b-a).
The transformation would normally be used to convert to a 0-1 scale. In this case,
b would be the maximum possible value and a would be the minimum possible value.
scaleTransform(transformationId="defaultScaleTransform", a, b)
transform
.
transform-class
, transform
samp <- read.FCS(system.file("extdata",
"0877408774.B08", package="flowCore"))
scaleTrans <- scaleTransform(transformationId="Truncate-transformation", a=1, b=10^4)
dataTransform <- transform(samp, transformList('FSC-H', scaleTrans))
Run the code above in your browser using DataLab