Skip to contents

Compares two Coereba populations to find difference, returning either data or a plot of the marker expressions

Usage

Coereba_Comparison(gs, gs2 = NULL, Arg1, Arg2, panel, returnType)

Arguments

gs

The GatingSet

gs2

Default NULL, if comparing a different GatingSet

Arg1

First Population Name

Arg2

Second Population Name, can be identical if different GatingSet

panel

A data.frame or a file.path to the Panel .csv

returnType

Whether to return "plot" or "data". Data default.

Value

Either data or a ggplot2 object comparing the two populations of interest

Examples