| GatingSet2flowJo {CytoML} | R Documentation |
Convert a GatingSet to flowJo workspace
GatingSet2flowJo(gs, outFile, ...)
gs |
a GatingSet object |
outFile |
the workspace file path to write |
... |
other arguments showHidden whether to include the hidden population nodes in the output |
nothing
library(flowWorkspace)
dataDir <- system.file("extdata",package="flowWorkspaceData")
gs <- load_gs(list.files(dataDir, pattern = "gs_manual",full = TRUE))
#output to flowJo
outFile <- tempfile(fileext = ".wsp")
GatingSet2flowJo(gs, outFile)