GatingSet2flowJo {CytoML}R Documentation

Convert a GatingSet to flowJo workspace

Description

Convert a GatingSet to flowJo workspace

Usage

GatingSet2flowJo(gs, outFile, ...)

Arguments

gs

a GatingSet object

outFile

the workspace file path to write

...

other arguments showHidden whether to include the hidden population nodes in the output

Value

nothing

Examples

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)



[Package CytoML version 1.10.0 Index]