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

Description Usage Arguments Details Value See Also Examples

View source: R/GatingSet_Methods.R

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

1
2
3
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

1
2
3
4
5
  ## Not run: 
    #G is a GatingHierarchy
    gs_plot_pop_count_cv(G,4,4);
  
## End(Not run)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.