plotPopCV(flowWorkspace)
plotPopCV()所属R语言包:flowWorkspace
Plot the coefficient of variation between flowJo and flowCore population statistics for each population in a gating hierarchy.
绘制flowJo和flowCore人口统计数字之间的变异系数为每个人口在门层次。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots the coefficient of variation calculated between the flowJo population statistics and the flowCore population statistics for each population in a gating hierarchy extracted from a flowJoWorkspace.
这个函数绘制变异系数计算之间的flowJo的人口统计数字和每个人口从flowJoWorkspace中提取的一种门层次flowCore人口统计数字。
用法----------Usage----------
## S4 method for signature 'GatingHierarchy'
plotPopCV(x,m=2,n=2,...)
## S4 method for signature 'GatingSet'
plotPopCV(x,...)
参数----------Arguments----------
参数:x
A GatingHierarchy from a flowJoWorkspace, or a GatingSet.
一个GatingHierarchyflowJoWorkspace或GatingSet的。
参数:m
numeric The number of rows in the panel plot. Now deprecated, uses lattice.
numeric面板图中的行数。现在已经过时,使用晶格。
参数:n
numeric The number of columns in the panel plot. Now deprecated, uses lattice.
numeric在面板图的列数。现在已经过时,使用晶格。
参数:...
Additional arguments to the barplot methods.
barplot方法的额外的参数。
Details
详情----------Details----------
The CVs are plotted as barplots across panels on a grid of size m by n.
简历是绘制跨越面板上的网格大小m barplotsn。
值----------Value----------
Nothing is returned.
没有返回。
作者(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]
plotPopCV(G,4,4);
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|