cyto_details_edit | R Documentation |
Interactively edit cyto_details for a flowSet or GatingSet
cyto_details_edit(x, file = NULL, ...)
x |
object of class |
file |
name of csv file containing experimental information. |
... |
additional arguments passed to |
NULL and return flowSet
or GatingSet
with updated
experimental details.
Dillon Hammill, Dillon.Hammill@anu.edu.au
## Not run:
# Load in CytoExploreRData to access data
library(CytoExploreRData)
# Load in samples
fs <- Activation
# Edit cyto_details in table editor
cyto_details_edit(fs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.