View source: R/subsetting flowsets.R
gate_from_biplot | R Documentation |
From a biplot let the user interactively draw polygons to create a "Gate" column in the expression data
gate_from_biplot(
matrix,
x_axis,
y_axis,
...,
bty = "l",
pch = 16,
cex = 0.5,
alpha = 100,
sample = NULL
)
matrix |
A matrix |
... |
passed to plot |
alpha |
Transparency value (between 0 and 255, 0 is fully transparent) |
A named vector of length nrow(matrix) and names rownames(matrix). Ungated events are set to NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.