MVAplotMED(Agi4x44PreProcess)
MVAplotMED()所属R语言包:Agi4x44PreProcess
MVA plot
MVA的图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For each array, the M value is computed for every spot as the difference between the spot intensity in the array and the averaged intensity for that feature over the whole set of arrays
为每个阵列,M值计算每场超过阵列的一整套数组中的点强度和该功能的平均强度之间的差异
用法----------Usage----------
MVAplotMED(object, colorfill, maintitle)
参数----------Arguments----------
参数:object
An expression matrix transformed to log2 scale
表达式矩阵转换到log2规模
参数:colorfill
color of the plot
颜色的图
参数:maintitle
title of the plot
图称号
作者(S)----------Author(s)----------
Pedro Lopez-Romero
举例----------Examples----------
## Not run: [#无法运行:]
data(dd)
maintitle="MVA example"
par(mfrow=c(1,1),ask=TRUE)
MVAplotMED(log2(dd$G),colorfill="red",maintitle)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|