read.gatingML.cytobank: Parser for gatingML exported by Cytobank

Description Usage Arguments Value Examples

View source: R/read.gatingML.cytobank.R

Description

The Default parser (read.gatingML) does not parse the population tree as well as the custom information from cytobank. (e.g. gate name, fcs filename).

Usage

1

Arguments

file

Gating-ML XML file

...

additional arguments passed to the handlers of 'xmlTreeParse'

Value

a graphGML that represents the population tree. The gate and population name are stored in nodeData of each node. Compensation and transformations are stored in graphData.

Examples

1
2
3
4
5
## Not run: 
g <- read.gatingML.cytobank(xml) #parse the population tree
#plot(g) #visualize it

## End(Not run)

CytoML documentation built on March 12, 2021, 2 a.m.