MVAplotMEDctrl(Agi4x44PreProcess)
MVAplotMEDctrl()所属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. Every kind of feature is identified with different color (gene, controls, etc ...)
对于每一个阵列,M值计算每个数组中的点强度和平均强度的超过阵列一整套功能之间的差异点。每一种功能确定不同的颜色(基因,控制等...)
用法----------Usage----------
MVAplotMEDctrl(RGlist, maintitle, channel = NULL)
参数----------Arguments----------
参数:RGlist
An RGlist object
一个RGlist对象
参数:maintitle
character to indicate the title of the graph
字符来表示图的标题
参数:channel
if 'channel=R', then uses the data stored in dd$R, if channel is missing or 'channel =G' then the data stored in dd$G is used
如果“通道= R”,然后使用月$ R存储的数据,如果通道被丢失或“通道= G”,然后在DD~$ G中存储的数据被用来
作者(S)----------Author(s)----------
Pedro Lopez-Romero
举例----------Examples----------
data(dd)
par(mfrow=c(1,1),ask=TRUE)
MVAplotMEDctrl(dd,"MVA example",channel="G")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|