boxplot-methods(lumi)
boxplot-methods()所属R语言包:lumi
boxplot of a ExpressionSet object
1 ExpressionSet对象的盒形图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creating boxplot of sample intensities in a ExpressionSet object
创建boxplot的在ExpressionSet对象的样本强度
用法----------Usage----------
## S4 method for signature 'ExpressionSet'
boxplot(x, range = 0, main, logMode = TRUE, subset = NULL, ...)
参数----------Arguments----------
参数:x
a ExpressionSet object
ExpressionSet对象
参数:range
parameter of boxplot
boxplot参数
参数:main
title of the boxplot
标题的盒形图
参数:logMode
whether plot the data in log2 scale or not
无论是图的数据规模,或不以log2
参数:subset
subset of rows used to plot. It can be an index vector, or the length of a random subset
用于绘制的行子集。它可以是一个索引向量,或一个随机子集的长度
参数:...
optional arguments to boxplot.
boxplot可选参数。
Details
详情----------Details----------
The boxplot function has a "subset" parameter. By default, it is set as 5000, i.e., randomly selected 5000 probes to plot the boxplot. The purpose of this is to plot the picture faster, but it will also make the boxplot has slightly different each time. If the user wants to make sure the boxplot is the same each time, you can set the "subset" parameter as NULL.
盒形图的功能有一个“子集”参数。默认情况下,它被设置为5000,即随机选取5000探针绘制盒形图。这样做的目的是为了更快地绘制图片,但它也使盒形图略有不同,每次。如果用户要确保的盒形图是一样的,每次,你可以设置为NULL的“子集”参数。
参见----------See Also----------
LumiBatch-class, boxplot and boxplot,MethyLumiM-method
LumiBatch-class,boxplot和boxplot,MethyLumiM-method
举例----------Examples----------
## load example data[#加载数据为例]
data(example.lumi)
boxplot(example.lumi)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|