normalize.constant(affy)
normalize.constant()所属R语言包:affy
Scale probe intensities
规模探针强度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Scale array intensities in a AffyBatch.
AffyBatch规模阵列强度。
用法----------Usage----------
normalize.AffyBatch.constant(abatch, refindex=1, FUN=mean, na.rm=TRUE)
normalize.constant(x, refconstant, FUN=mean, na.rm=TRUE)
参数----------Arguments----------
参数:abatch
an instance of the AffyBatch-class.
一个AffyBatch-class实例。
参数:x
a vector of intensities on a chip (to normalize to the reference).
芯片上的向量强度(标准化参考)。
参数:refindex
the index of the array used as a reference.
阵列作为参考指数。
参数:refconstant
the constant used as a reference.
作为参考使用的常量。
参数:FUN
a function generating a value from the intensities on an array. Typically mean or median.
函数产生从数组强度值。通常情况下mean或median。
参数:na.rm
parameter passed to the function FUN.
参数传递给函数的乐趣。
值----------Value----------
An AffyBatch with an attribute "constant" holding the value of the factor used for scaling.
AffyBatch属性所用的缩放因子的值“常数”。
作者(S)----------Author(s)----------
L. Gautier <laurent@cbs.dtu.dk>
参见----------See Also----------
AffyBatch
AffyBatch
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|