View source: R/core-functions.R
manual_classify | R Documentation |
Classify particles based on manually defined population gates.
manual_classify(fcs, params, popname)
fcs |
FCS data frame. |
params |
Named list of gating parameters. Must contain a params$poly entry with polygon definitions. |
popname |
Name of the population |
List of per particle classifications.
## Not run:
vct <- manual.classify(opp, gates.log, "beads")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.