Interactively edit pData Information for a flowSet or GatingSet

cyto_annotate(x, file = NULL)

Arguments

x

object of class flowSet or GatingSet.

file

name of csv file containing experimental information.

Value

NULL and update pData for the flowSet or GatingSet.

Examples

# NOT RUN {
library(CytoRSuiteData)

# Load in samples
fs <- Activation

# Edit pData in table editor
cyto_annotate(fs)
# }