plotMA(Starr)
plotMA()所属R语言包:Starr
M versus A plot
M与一个图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A matrix of M vs. A plots of each pair (ip, control) is produced.
对每一个图与一个M的矩阵(IP控制)产生。
用法----------Usage----------
plotMA(eSet, ip=NULL, control=NULL, col=NULL)
参数----------Arguments----------
参数: eSet
an ExprssionSet or matrix, containing the data
ExprssionSet或矩阵,包含数据
参数: ip
an integer, or boolean vector, that indicates, which columns in the ExpressionSet are IP experiments
整数或布尔向量,这表明,在ExpressionSet列是IP实验
参数: control
an integer, or boolean vector, that indicates, which columns in the ExpressionSet are CONTROL or REFERENCE experiments
一个整数,或布尔向量,这表明,这是在的ExpressionSet列控制或参考实验
参数:col
color, to fill the boxes
颜色,填写的框
作者(S)----------Author(s)----------
Benedikt Zacher <a href="mailto:zacher@lmb.uni-muenchen.de">zacher@lmb.uni-muenchen.de</a>
参见----------See Also----------
ma.plot
ma.plot
举例----------Examples----------
##[#]
mat <- matrix(rnorm(1000000), ncol=4)
colnames(mat) <- c("Sample1", "Sample2", "Sample3", "Sample4")
mat[,1] <- mat[,1]^2
plotMA(mat, c(TRUE, FALSE, TRUE, FALSE), c(FALSE, TRUE, FALSE, TRUE))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|