boxplot,MethyLumiM-method(lumi)
boxplot,MethyLumiM-method()所属R语言包:lumi
boxplot of a MethyLumiM object
1 MethyLumiM对象的盒形图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creating a hdr.boxplot of the M-value in a MethyLumiM object
创建在MethyLumiM对象的M值的hdr.boxplot
用法----------Usage----------
## S4 method for signature 'MethyLumiM'
boxplot(x, main, prob=c(seq(10,90, by=10), 95), col=gray(rev(seq(prob)/length(prob))), ...)
参数----------Arguments----------
参数:x
a MethyLumiM-class object
MethyLumiM-class对象
参数:main
title of the boxplot
标题的盒形图
参数:prob
Probability coverage required for HDRs (highest density regions), see hdr.boxplot
概率覆盖所需的预托证券(密度最高的区域),看到hdr.boxplot
参数:col
the plot color to represent the data in different quantile levels
图的颜色代表不同的位数水平数据
参数:...
optional arguments to hdr.boxplot.
hdr.boxplot可选参数。
Details
详情----------Details----------
Because the density plot of M-values usually includes two modes, using the traditional boxplot cannot accurately represent the distribution of the data. Here we use different color levels to represent the M-values in different quantile levels. The M-values locating outside the range of the maximum probability specified in "prob" are plotted as dots, which is similar with the outliers in the regular boxplot.
因为密度图的m值通常包括两种模式,采用传统的盒形图不能准确地反映数据的分布。在这里,我们使用不同的颜色代表的M值,在不同位数的水平。绘制的M值以外的范围定位在“概率”指定的最大概率为点,这是在常规盒形图的离群类似。
参见----------See Also----------
MethyLumiM-class, hdr.boxplot and boxplot,ExpressionSet-method
MethyLumiM-class,hdr.boxplot和boxplot,ExpressionSet-method
举例----------Examples----------
## load example data[#加载数据为例]
data(example.lumiMethy)
boxplot(example.lumiMethy)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|