mvaPair2(ABarray)
mvaPair2()所属R语言包:ABarray
plot MA for each pair of columns
为每一列的图马
译者:生物统计家园网 机器人LoveR
描述----------Description----------
MA plot for each pair of columns
主图为每列
用法----------Usage----------
mvaPair2(x, y = NULL, snThresh = 3, labels = colnames(x), log.it = FALSE, span = 2/3,
family.loess = "gaussian", digits = 3, line.col = 2, main = "MA plot", ... )
参数----------Arguments----------
参数:x
expression matrix
表达矩阵
参数:y
S/N ratio matrix
S / N比矩阵
参数:snThresh
S/N threshold
的S /ñ阈值
参数:labels
name for the labels
名称标签
参数:log.it
should data be log transformed
数据应该被记录转化
参数:span
span of the plot
图跨度
参数:family.loess
curve fitting
曲线拟合
参数:digits
number of digits to display
位数显示
参数:line.col
size of the line col
线颜色值的大小
参数:main
title for the MA plot
主图的标题
参数:...
additional argument
额外的参数
Details
详情----------Details----------
If S/N ratio is available, probes with S/N < 3 in both array will be colored differently.
如果S / N比是可用的,将在两个阵列探针的S / N <3不同的颜色。
值----------Value----------
MA plot
主图
作者(S)----------Author(s)----------
Yongming Sun
举例----------Examples----------
##---- exprs expression matrix, sn s/n ratio !! ----[SN S / N比#---- exprs表达矩阵!! ----]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|