Description Usage Arguments Value Examples
See details in estimateLogicle
1 2 | ## 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
1 2 3 4 5 6 7 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.