normalize(affy)
normalize()所属R语言包:affy
Normalize - generic
标准化 - 通用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A generic function which normalizes microarray data. Normalization is intended to remove from the intensity measures any systematic trends which arise from the microarray technology rather than from differences between the probes or between the target RNA samples hybridized to the arrays.
一个通用的功能恢复正常,微阵列数据。标准化的目的是要消除任何措施,从芯片技术,而不是从之间的探针杂交阵列的靶RNA样品之间的差异或出现系统性的趋势的强度。
用法----------Usage----------
normalize(object, ...)
参数----------Arguments----------
参数:object
a data object containing microarray data.
一个数据对象,其中包含微阵列数据。
参数:...
any other arguments.
任何其他参数。
参见----------See Also----------
Type showMethods("normalize") at the R prompt to see what methods are available. Help on individual methods is generally available as normalize.<class> where <class> is the class of the data object. For example, for the main class in the affy package use ?normalize.AffyBatch.
类型showMethods("normalize")在R提示哪些方法可用。对个别的方法是帮助一般可用normalize。<class>的<class>的是数据对象的类。例如,使用的主类affy包?normalize.AffyBatch。
Other Bioconductor packages include some related generic functions: normalizeWithinArrays, and normalizeBetweenArrays, in the limma package.
其他Bioconductor包包括一些相关的通用功能:normalizeWithinArrays和normalizeBetweenArrays在limma包,。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|