View source: R/core-functions.R
classify_fcs | R Documentation |
Classify particles from an FCS dataframe using a gating scheme provided by gates.log.
classify_fcs(fcs, gates.log)
fcs |
FCS data frame. |
gates.log |
A gating scheme from the function "add.manual.classification()" or "add.auto.classification()" |
List of per particle classifications
## Not run:
opp <- classify.fcs(fcs, gates.log)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.