Description Objects from the Class Slots Methods Author(s) References See Also Examples
Class that contains the results of a call to flowTrans
on a flowFrame
Objects can be created by calls of the form new("flowTransResult", ...)
.
The object contains three slots: the transformed flowFrame, a transform
object from which the parameters can be extracted, and a dims
slot containing a character vector of the dimensions that have been transformed.
result
:Object of class "flowFrame"
. The transformed data.
trans
:Object of class "transform"
. The transform applied to the flowFrame. Parameters can be extracted via summary(trans)
.
dims
:Object of class "character"
. The names of the dimensions that have been transformed.
signature(object = "flowTransResult")
: Summarize the transformed data.
Greg Finak <greg.finak@ircm.qc.ca>, Raphael Gottardo <raphael.gottardo@ircm.qc.ca>.
Finak G, Perez JM, Weng A, Gottardo R. Optimizing Data Transformation for Flow Cytometry.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.