R/cyto-helpers.R
cyto_details_edit.Rd
Interactively edit cyto_details for a flowSet or GatingSet
cyto_details_edit(x, file = NULL, ...)
x | |
---|---|
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
if (FALSE) { # Load in CytoExploreRData to access data library(CytoExploreRData) # Load in samples fs <- Activation # Edit cyto_details in table editor cyto_details_edit(fs) }