getProp(flowWorkspace)
getProp()所属R语言包:flowWorkspace
Get the population proportions of a node (population) in a GatingHierarchy
在GatingHierarchy节点(人口)的人口比例
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate the population proportion (events in the gate / events in the parent population) associated with a node in the GatingHierarchy.
计算(门/事件在母体中的事件)在GatingHierarchy节点与人口的比例。
用法----------Usage----------
## S4 method for signature 'GatingHierarchy,character'
getProp(x, y)
参数----------Arguments----------
参数:x
A GatingHierarchy object.
一个GatingHierarchy对象。
参数:y
character The name of the node. A list of nodes is accessible via getNodes(x).
character节点的名称。一个节点列表是通过getNodes(x)访问。
Details
详情----------Details----------
Returns the proportion of cells in the gate, relative to its parent.
返回在门的单元的比例,相对于其父辈。
值----------Value----------
Returns a population frequency numeric.
返回人口频率numeric。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:gfinak@fhcrc.org">gfinak@fhcrc.org</a>
参考文献----------References----------
参见----------See Also----------
getPopStats
getPopStats
举例----------Examples----------
## Not run: [#无法运行:]
#G is a GatingHierarchy[G是1 GatingHierarchy]
#proportion for the fifth population[第五人口的比例为]
getProp(G,getNodes(G)[5])
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|