Description Usage Arguments Details Value Author(s) References See Also Examples
Applies the transformation information of the immunoClust
object to the
raw observed FC dataset.
1 2 | trans.ApplyToData(x, data, add.param=c(), max.decade=attr(x,"trans.decade"),
lin.scale=attr(x,"trans.scale") )
|
x |
The |
data |
The numeric matrix, data frame of observations, or object of class
|
add.param |
A list of additional parameters in the |
max.decade |
A numeric scale for the maximum transformed observation value; if missing or below 0, no scaling of the transformed values is apllied, which is the default in immunoClust. |
lin.scale |
A numeric scaling factor for the linear, i.e. not transformed, parameters; if missing no scaling, i.e. lin.scale=1, is applied, which is the default in immunoClust. |
In immunoClust an asinh-transformation h(y)=asinh(a*y + b) is applied to the fluorescence parameter in the observed data. The scatter parameter are assumed to be linear.
A matrix or flowFrame
with replaced transformed oberservation values.
Till Sörensen till-antoni.soerensen@charite.de
Sörensen, T., Baumgart, S., Durek, P., Grützkau, A. and Häupl, T. immunoClust - an automated analysis pipeline for the identification of immunophenotypic signatures in high-dimensional cytometric datasets. Cytometry A (accepted).
immunoClust
,
trans.FitToData
, cell.process
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.