plot,gatingTemplate,missing-method: plot the gating scheme
Description
plot the gating scheme using Rgraphviz
Usage
## S3 method for class 'gatingTemplate,missing':
plot(x, y, ...)
Arguments
x
gatingTemplate object
y
either character specifying the root node which can be used to visualize only the subgraph
or missing which display the entire gating scheme
...
other arguments
graphAttr, nodeAttr: graph rendering attributes passed to renderGraph
showRef logical: whether to display the reference gates. Sometime it maybe helpful to
hide all those reference gates which are not the cell population of interest
and used primarily for generating other population nodes.