Description Usage Arguments Value Examples
View source: R/diva2GatingSet.R
open Diva xml workspace
1 | open_diva_xml(file, options = 0, ...)
|
file |
xml file |
options |
argument passed to xmlTreeParse |
... |
arguments passed to xmlTreeParse |
a diva_workspace
object
1 2 3 4 5 6 7 8 9 10 11 12 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.