Description Usage Arguments Value Author(s) Examples
gatingTemplate_edit
provides an interactive interface to editing the
openCyto gatingTemplate. This function is intended to aid in adding boolean
and reference gates to the gatingTemplate. Users should NOT modify existing
entries in the gatingTemplate.
1 | gatingTemplate_edit(x, gatingTemplate = NULL)
|
x |
object of class |
gatingTemplate |
name of the gatingTemplate csv file to be edited. |
update gatingTemplate csv file and update the GatingSet accordingly.
Dillon Hammill, Dillon.Hammill@anu.edu.au
1 2 3 4 5 6 7 | ## Not run:
library(CytoRSuite)
# gs is a GatingSet object
gatingTemplate_edit(gs, "gatingTemplate.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.