set.count.xml {flowWorkspace} | R Documentation |
It is for internal use by the diva parser
set.count.xml(gh, node, count)
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 |
## Not run: set.count.xml(gh, "CD3", 10000) ## End(Not run)