transform
method.
The definition of this function is currently x<-asinh(a+b*x)+c).
The transformation would normally be used to convert to a linear valued parameter
to the natural logarithm scale. By default a and b are both equal to 1 and c to 0.
arcsinhTransform(transformationId="defaultArcsinhTransform", a=1, b=1, c=0)
transform
.
transform-class
,
transform
, asinh
samp <- read.FCS(system.file("extdata",
"0877408774.B08", package="flowCore"))
asinhTrans <- arcsinhTransform(transformationId="ln-transformation", a=1, b=1, c=1)
translist <- transformList('FSC-H', asinhTrans)
dataTransform <- transform(samp, translist)
Run the code above in your browser using DataLab