View source: R/core-functions.R
set_gating_params | R Documentation |
Define polygons for population gating.
set_gating_params(fcs, popname, para.x, para.y, poly.log = NULL)
fcs |
data frame from read.influx(). Must contains a 'file' column to get previous gating parameters |
popname |
Population name. |
para.x |
Channel to use as x axis. |
para.y |
Channel to use as y axis. |
poly.log |
Named list of gating polygon definitions. If a definition for popname already exists it will be updated. If it doesn't exist it will be appended to the end to the list. If poly.log is NULL a new list will be created. |
Version of poly.log with a new polygon defintion for popname.
## Not run:
poly.log <- set.gating.params(opp, "beads", "fsc_small", "pe")
poly.log <- set.gating.params(opp, "prochloro", "fsc_small", "chl_small",
poly.log)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.