gh_pop_set_xml_count {flowWorkspace}R Documentation

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

Description

It is for internal use by the diva parser

Usage

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

## Not run: 
gh_pop_set_xml_count(gh, "CD3", 10000)

## End(Not run)

[Package flowWorkspace version 4.4.0 Index]