gs_plot_pop_count_cv: Plot the coefficient of variation between xml and openCyto...

View source: R/GatingSet_Methods.R

gh_plot_pop_count_cvR Documentation

Plot the coefficient of variation between xml and openCyto population statistics for each population in a gating hierarchy.

Description

This function plots the coefficient of variation calculated between the xml population statistics and the openCyto population statistics for each population in a gating hierarchy extracted from a xml Workspace.

Usage

gh_plot_pop_count_cv(x, path = "auto", ...)

gs_plot_pop_count_cv(x, scales = list(x = list(rot = 90)), path = "auto", ...)

Arguments

x

A GatingHierarchy from or a GatingSet.

path

character see gs_get_pop_paths

...

Additional arguments to the barplot methods.

scales

list see barchart

Details

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

Value

Nothing is returned.

See Also

gs_pop_get_count_fast

Examples

  ## Not run: 
    #G is a GatingHierarchy
    gs_plot_pop_count_cv(G,4,4);
  
## End(Not run)

RGLab/flowWorkspace documentation built on March 17, 2024, 2:24 p.m.