Learn R Programming

flowWorkspace (version 3.16.0)

plotPopCV,GatingHierarchy-method: Plot the coefficient of variation between flowJo and flowCore population statistics for each population in a gating hierarchy.

Description

This function plots the coefficient of variation calculated between the flowJo population statistics and the flowCore population statistics for each population in a gating hierarchy extracted from a flowJoWorkspace.

Usage

"plotPopCV"(x, m = 2, n = 2, path = "auto", ...)
"plotPopCV"(x, scales = list(x = list(rot = 90)), path = "auto", ...)

Arguments

x
A GatingHierarchy from or a GatingSet.
m
numeric The number of rows in the panel plot. Now deprecated, uses lattice.
n
numeric The number of columns in the panel plot. Now deprecated, uses lattice.
path
character see getNodes
scales
list see barchart
...
Additional arguments to the barplot methods.

Value

Nothing is returned.

Details

The CVs are plotted as barplots across panels on a grid of size m by n.

See Also

getPopStats

Examples

Run this code
## Not run: 
#     #G is a GatingHierarchy
#     plotPopCV(G,4,4);
#   ## End(Not run)

Run the code above in your browser using DataLab