hist.splitSet(adSplit)
hist.splitSet()所属R语言包:adSplit
Overview Histogram for splitSets
概述直方图为splitSets
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Draws a histogram of empirical p-values and shows the corresponding q-values corrected for multiple testing.
经验p值的直方图绘制,并显示相应的纠正多个测试Q值。
用法----------Usage----------
## S3 method for class 'splitSet'
hist(x, main = "Distribution of p-Values",
xlab = "p-values", col = "grey", xlim = c(0, 1), ...)
参数----------Arguments----------
参数:x
object of type splitSet. Should hold a considerable number of splits.
对象类型splitSet。应持有相当数量的分裂。
参数:main
main title of the histogram.
直方图的主标题。
参数:xlab
legend for the x-axis.
传说为x轴。
参数:col
color for the histogram bars.
颜色直方图条形。
参数:xlim
limits for the x-axis (p-values).
为x轴(p值)的限制。
参数:...
further parameters passed on to the default hist function.
通过进一步的参数默认hist函数。
Details
详情----------Details----------
This function draws a regular histogram of empirical p-values observed in the splitSet at hand. The corresponding q-values, corrected by the method suggested by Benjamini-Hochberg, are plotted into the same graph. The scale for the q-values is shown at the left hand side of the plot.
此功能绘制一个定期经验手头splitSet观察p值直方图。绘制成相应的Q-值,-Hochberg Benjamini建议的方法纠正,在同一张图。规模为Q-值显示在左边的图。
作者(S)----------Author(s)----------
Claudio Lottaz
参见----------See Also----------
adSplit
adSplit
举例----------Examples----------
data(golubKEGGSplits)
hist(golubKEGGSplits, col="red")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|