toFlowCore | R Documentation |
Converts a CellEngine object to its flowCore analogue.
toFlowCore(cellengineObject)
cellengineObject |
The CellEngine object to be converted. |
## Not run:
# Converting a compensation:
ceComp <- getCompensation(experimentId, byName("My comp"))
fcComp <- toFlowCore(ceComp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.