estimateLogicle {flowWorkspace} | R Documentation |
See details in estimateLogicle
## S3 method for class 'GatingHierarchy' estimateLogicle(x, channels, ...)
x |
a GatingHierarchy |
channels |
channels or markers for which the logicle transformation is to be estimated. |
... |
other arguments |
transformerList object
## Not run: # gs is a GatingSet trans.list <- estimateLogicle(gs[[1]], c("CD3", "CD4", "CD8")) # trans.list is a transformerList that can be directly applied to GatinigSet gs <- transform(gs, trans.list) ## End(Not run)