open_diva_xml {CytoML}R Documentation

open Diva xml workspace

Description

open Diva xml workspace

Usage

open_diva_xml(file, options = 0, ...)

Arguments

file

xml file

options

argument passed to xmlTreeParse

...

arguments passed to xmlTreeParse

Value

a diva_workspace object

Examples

## Not run: 
library(flowWorkspace)
library(CytoML)
ws <- open_diva_xml(system.file('extdata/diva/PE_2.xml', package = "flowWorkspaceData"))
ws
diva_get_sample_groups(ws)
gs <- diva_to_gatingset(ws, name = 2, subset = 1)
sampleNames(gs)
gs_get_pop_paths(gs)
plotGate(gs[[1]])

## End(Not run)

[Package CytoML version 2.2.2 Index]