estimateLogicle: Compute logicle transformation from the flowData associated...

Description Usage Arguments Value Examples

Description

See details in estimateLogicle

Usage

1
2
## S3 method for class 'GatingHierarchy'
estimateLogicle(x, channels, ...)

Arguments

x

a GatingHierarchy

channels

channels or markers for which the logicle transformation is to be estimated.

...

other arguments

Value

transformerList object

Examples

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)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.