gh_pop_set_xml_count: save the event counts parsed from xml into c++ tree structure

Description Usage Arguments Examples

View source: R/utils.R

Description

It is for internal use by the diva parser

Usage

1
gh_pop_set_xml_count(gh, node, count)

Arguments

gh

GatingHierarchy

node

the unique gating path that uniquely identifies a population node

count

integer number that is events count for the respective gating node directly parsed from xml file

Examples

1
2
3
4
## Not run: 
gh_pop_set_xml_count(gh, "CD3", 10000)

## End(Not run)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.