Description Usage Arguments Value
View source: R/plotCyto_module.R
Build plots from a GatingSet
plotCyto module server function
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
id |
shiny id |
input |
shiny input |
output |
shiny output |
session |
shiny session |
rval |
a reactivevalues object with the following elements :
|
plot_params |
reactivevalues object used to initialize plot parameters. Amongst others it can contain the following elements (not mandatory):
|
simple_plot |
logical, disable a number of plot options (such as faceting, multiple plots with different x, y or color variables) |
auto_update |
Should plot update be automatic? If FALSE, plot update is controlled by an action button. |
show_gates |
Should gates with coordinates matching plot coordinates be displayed |
polygon_gate |
a reactiveValues object with polygon coordinates to be plotted as an additionnal layer. Must contain elements :
|
use_ggcyto |
logical, use the ggcyto package to generate plots |
A reactivevalues object with the following elements :
a plot or a list of plots
plot parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.