summary.flowTransResult {flowTrans} | R Documentation |
Print a summary of the contents of a flowTransResult
object, including the type of transformation, the transformed data frame, and the transformed dimensions and transformation parameters.
summary.flowTransResult(object, ...)
object |
An object of |
... |
Additional parameters passed through. |
No return value
Greg Finak <greg.finak@ircm.qc.ca>, Raphael Gottardo <raphael.gottardo@ircm.qc.ca>
Finak G, Perez JM, Weng A, Gottardo R. Optimizing Transformations for Flow Cytometry. (Submitted)
extractParams
, flowTransResult
m <- t(matrix(rnorm(10000),2)) colnames(m) <- c("A","B") m <- flowFrame(m) res <- flowTrans(m, "mclMultivBoxCox", c("A","B"), n2f=FALSE, parameters.only=FALSE) summary(res)