MAplot-methods(lumi)
MAplot-methods()所属R语言包:lumi
MAplot of a ExpressionSet object
1 ExpressionSet对象的MAplot
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creating pairwise MAplot of sample intensities in a ExpressionSet object
创建样品强度在ExpressionSet对象的成对MAplot
用法----------Usage----------
## S4 method for signature 'ExpressionSet'
MAplot(object, ..., smoothScatter = FALSE, logMode = TRUE, subset = 5000, main = NULL)
参数----------Arguments----------
参数:object
an ExpressionSet object
ExpressionSet对象
参数:...
optional arguments to MAplot.
MAplot可选参数。
参数:smoothScatter
whether use smoothScatter function to plot points
是否使用smoothScatter函数来绘制点
参数: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
用于绘制的行子集。它可以是一个索引向量,或一个随机子集的长度
参数:main
title of the plot
图称号
Details
详情----------Details----------
To increase the plot efficiency, by default, we only plot RANDOMLY selected subset of points (based on parameter "subset"). If users want to plot all the points, they can set the parameter "subset = NULL". When smoothScatter is set as TRUE, the subsetting will be suppressed because smoothScatter function has good plot efficiency for large number of points.
为了增加的图效率,默认情况下,我们只绘制随机抽取点(根据参数“子集”)的子集。如果用户要绘制所有点,他们可以设置参数“子集= NULL”。当smoothScatter设置为TRUE,该子集将被抑制,因为smoothScatter功能好点的大量图效率。
参见----------See Also----------
LumiBatch-class, MAplot
LumiBatch-class,MAplot
举例----------Examples----------
## load example data[#加载数据为例]
data(example.lumi)
MAplot(example.lumi)
MAplot(example.lumi, smoothScatter=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|