getPopStats(flowWorkspace)
getPopStats()所属R语言包:flowWorkspace
Return a table of population statistics for all populations in a GatingHierarchy
返回,在GatingHierarchy所有人口的人口统计数字表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
More useful than getPop. Returns a table of population statistics for all populations in a GatingHierarchy. Includes the flowJo counts, flowCore counts and frequencies.
更多比getPop有用。返回GatingHierarchy所有人群的人口统计数字表。包括在flowJo罪名,flowCore的计数和频率。
用法----------Usage----------
## S4 method for signature 'GatingHierarchy'
getPopStats(x,...)
参数----------Arguments----------
参数:x
A GatingHierarchy <tr valign="top"><td>...</td>
AGatingHierarchy<tr valign="top"> <TD>...</ TD>
Additional arguments
额外的参数
Details
详情----------Details----------
Returns a table population statistics for all populations in the gating hierarchy. The output is useful for verifying that the import was successful, if the flowJo and flowCore derived counts don't differ much (i.e. if they have a small coefficient of variation.)
返回表的人口统计数字,在浇注层次所有人群。输出是用于验证,导入成功,衍生,如果flowJo和flowCore数量没有太大的差别(也就是说,如果他们有一个小的变异系数。)
值----------Value----------
A data.frame with columns for the population name, flowJo derived counts, flowCore derived counts, and the population proportions (relative to their parent pouplation).
一个data.frame人口的名称,flowJo派生数列,flowCore派生罪名,与人口的比例(相对其母公司城市人口)。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:gfinak@fhcrc.org">gfinak@fhcrc.org</a>
参考文献----------References----------
参见----------See Also----------
getProp
getProp
举例----------Examples----------
## Not run: [#无法运行:]
#If G is a GatingHierarchy[如果G是1 GatingHierarchy的的]
getPopStats(G);
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|