estimateMedianLogicle {flowCore}R Documentation

Estimates a common logicle transformation for a flowSet.

Description

Of the negative values for each channel specified, the median of the specified quantiles are used.

Usage

estimateMedianLogicle(flow_set, channels, m = 4.5, q = 0.05)

Arguments

flow_set

object of class 'flowSet'

channels

character vector of channels to transform

m

TODO – default value from .lgclTrans

q

quantile

Value

TODO


[Package flowCore version 1.52.1 Index]