plot,fcTree,character-method {openCyto}R Documentation

plot the flowClust gating results

Description

This provides the priors and posteriors as well as the gates for the purpose of debugging flowClust gating algorithm

Usage

## S4 method for signature 'fcTree,character'
plot(x, y, channel = NULL, data = NULL, ...)

Arguments

x

fcTree

y

character node name in the fcTree

channel

character specifying the channel.

data

GatingSet that the fcTree is associated with

...

other arguments


[Package openCyto version 2.2.0 Index]