Last data update: 2014.03.03

R: Estimates a common logicle transformation for a flowSet.
estimateMedianLogicleR 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

Results