polyGate | R Documentation |
Create a polygon gate
polyGate(x, y, filterID = "newGate", channels = c("FSC.A", "FSC.H"))
x |
a vector of x coordinates |
y |
a vector of y coordinates |
filterID |
name of the gate |
channels |
vector containing the channels matching the x and y coordinates above |
a polygon gate object
polyGate(x = c(1,1,10000,10000), y = c(1,10000, 10000, 1), )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.