R/helper-functions.R
cyto_annotate.Rd
Interactively edit pData Information for a flowSet or GatingSet
cyto_annotate(x, file = NULL)
x | object of class |
---|---|
file | name of csv file containing experimental information. |
NULL and update pData for the flowSet
or GatingSet
.
# NOT RUN { library(CytoRSuiteData) # Load in samples fs <- Activation # Edit pData in table editor cyto_annotate(fs) # }