mamaplot(ABarray)
mamaplot()所属R语言包:ABarray
MA plot function
主图函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot MA from vectors A and M
图马向量A和M
用法----------Usage----------
mamaplot(A, M, idx, subset = sample(1:length(M), min(c(10000, length(M)))), span = 2/3, family.loess = "gaussian", cex = 2, ...)
参数----------Arguments----------
参数:A
vector of average signal
向量的平均信号
参数:M
vector of difference signal
矢量信号的区别
参数:idx
index for which S/N < 3
指数的S / N <3
参数:subset
subset
子集
参数:span
span
跨度
参数:family.loess
loess fit
黄土适合
参数:cex
cex value
CEX价值
参数:...
additional arguments
额外的参数
值----------Value----------
MA plot
主图
注意----------Note----------
Modified from bioconductor affy package
修改从bioconductor affy包
作者(S)----------Author(s)----------
Yongming Sun
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
##---- Do not call this function DIRECTLY !! ----[#----不要直接调用此函数!! ----]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|