test_plot | R Documentation |
Try your gate before setting your gate
test_plot(
gating_set = gs,
gate_coordinates = c(1000, 150000, 1000, 1e+05, 12000, 1e+05, 12000, 150000),
parent = "root",
dimensions = list("FSC-A", "SSC-A")
)
gating_set |
a gating set |
gate_coordinates |
a vector of points in the format "c(x1, y1, x2, y2 . . . " and so on |
parent |
a string; the name of the parent gate |
dimensions |
the X and Y parameters of the gate (in that order) as strings in a list |
a plot
## Not run:
set_scatter_gate(gating_set = gs,
gate_coordinates = c(2.0e+04, 2.0e+04,
1.4e+04, 1.5e+04,
1.4e+04, 0.2e+04,
3.0e+04, 0.2e+04,
3.0e+04, 2.0e+04),
gate_name = "scatter")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.