set.count.xml {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

set.count.xml(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: 
set.count.xml(gh, "CD3", 10000)

## End(Not run)

[Package flowWorkspace version 3.32.0 Index]