Learn R Programming

flowCore (version 1.38.2)

estimateMedianLogicle: 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