getTotal(flowWorkspace)
getTotal()所属R语言包:flowWorkspace
Fetch the total number of events in a gate defined in a GatingHierarchy
毒品在GatingHierarchy定义门事件总数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the total number of events in the gate defined in the GatingHierarchy object
返回在门事件总数在GatingHierarchy对象的定义
用法----------Usage----------
## S4 method for signature 'GatingHierarchy,character'
getTotal(x, y)
参数----------Arguments----------
参数:x
The GatingHierarchy
GatingHierarchy
参数:y
A character name of the gate / population
一个character名门/人口
Details
详情----------Details----------
Will return the total number of events included in this gate. The contents of "thisTot" variable in the "metadata" environment of the nodeData element associated with the gating tree and gate / population.
将返回包括在这门事件的总数。 nodeData门树和门/人口相关的元素,在“元数据”环境变量“thisTot”的内容。
值----------Value----------
A numeric value of the total number of elements in the population.
一个numeric值的总人口中的元素数量。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:gfinak@fhcrc.org">gfinak@fhcrc.org</a>
参考文献----------References----------
参见----------See Also----------
getProp getPopStats
getPropgetPopStats
举例----------Examples----------
## Not run: [#无法运行:]
#G is a gating hierarchy[G是一门层次]
#Fifth node total.[第五节点总数。]
getTotal(G,getNodes(G,tsort=T)[5])
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|