bg.rma(MBCB)
bg.rma()所属R语言包:MBCB
MBCB - Robust Multi-Array Average Background Correction for Illumina Beadarray
MBCB - 强大的多阵列Illumina的Beadarray平均背景校正
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function provides the means of using only the Robust Multi-Array Average background correction method for the Illumina platform.<br>
此功能提供使用Illumina平台只有强大的多阵列平均背景校正方法的手段。参考
用法----------Usage----------
bg.rma(pm, n.pts = 2^14)
参数----------Arguments----------
参数:pm
The data to be background corrected.
修正数据为背景。
参数:n.pts
Pertains to the specificity or accuracy of the method. 2^14 is the default.
涉及到该方法的准确性或特异性。 2 ^ 14是默认的。
值----------Value----------
A list with two values:
两个值列表:
ex.rma: A vector containing the background-corrected values.
ex.rma:向量的背景校正的值。
para: The statistical summary of the computation.
段:计算统计汇总。
注意----------Note----------
This method does not make use of negative control beads.
这种方法不使用阴性对照珠。
作者(S)----------Author(s)----------
Yang Xie <a href="mailto: Yang.Xie@UTSouthwestern.edu"> Yang.Xie@UTSouthwestern.edu</a>, Min Chen <a href="mailto: min.chen@phd.mccombs.utexas.edu"> min.chen@phd.mccombs.utexas.edu</a>, Jeff Allen <a href="mailto: Jeffrey.Allen@UTSouthwestern.edu"> Jeffrey.Allen@UTSouthwestern.edu</a>
参见----------See Also----------
mbcb.main
mbcb.main
举例----------Examples----------
data(MBCBExpressionData)
bg.rma(expressionSignal[,2]);
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|