w
parameter is estimated by iplogicle
automatically, then makes a call to
iplogicore
which in turn uses the logicle transform code of Wayne
Moore.For the details of the FCSTrans transformation, we recommend the excellent Supplementary File that accompanies Quian et al. (2012): http://onlinelibrary.wiley.com/doi/10.1002/cyto.a.22037/suppinfo
FCSTransTransform(transformationId = "defaultFCSTransTransform", channelrange = 2^18, channeldecade = 4.5, range = 4096, cutoff = -111, w = NULL, rescale = TRUE)
iplogicle
by
default. Details can be found in the Supplementary File from Quian et
al.range
. By
default, the value is TRUE
but can be set to FALSE
if you want to work on the transformed scale.inverseLogicleTransform
,
estimateLogicle
,
logicleTransform
data(GvHD)
samp <- GvHD[[1]]
## User defined logicle function
lgcl <- transformList(c('FL1-H', 'FL2-H'), FCSTransTransform())
after <- transform(samp, lgcl)
Run the code above in your browser using DataLab