summary.flowTransResult: Summarize a flowTransResult object

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/setMethods.R

Description

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.

Usage

1

Arguments

object

An object of flowTransResult returned by a call to flowTrans

...

Additional parameters passed through.

Value

No return value

Author(s)

Greg Finak <greg.finak@ircm.qc.ca>, Raphael Gottardo <raphael.gottardo@ircm.qc.ca>

References

Finak G, Perez JM, Weng A, Gottardo R. Optimizing Transformations for Flow Cytometry. (Submitted)

See Also

extractParams, flowTransResult

Examples

1
2
3
4
5
6
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)

flowTrans documentation built on Nov. 8, 2020, 8:04 p.m.