Interactively edit cyto_details for a flowSet or GatingSet

cyto_details_edit(x, file = NULL, ...)

Arguments

x

object of class flowSet or GatingSet.

file

name of csv file containing experimental information.

...

additional arguments passed to data_editor.

Value

NULL and return flowSet or GatingSet with updated experimental details.

Author

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

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) }