preProcess3prime(ArrayTools)
preProcess3prime()所属R语言包:ArrayTools
A wrapper function to normalize the the 3 prime array
一个包装函数标准化的首要阵列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A wrapper function to normalize the 3 prime array by using either RMA or GCRMA method
一个包装功能标准化使用RMA或GCRMA的方法,3素数组
用法----------Usage----------
preProcess3prime(object, method = c("rma", "gcrma"), output = FALSE, mydir = getwd())
参数----------Arguments----------
参数:object
an AffyBatch.
AffyBatch。
参数:method
either rma or gcrma
无论是rma或gcrma
参数:output
If output = TRUE, it will output the preprocessed data in the specified direcotry from the mydir argument
如果output = TRUE,它会输出从mydir参数在指定direcotry的预处理数据
参数:mydir
specifed directory to contain the output
specifed目录包含输出
值----------Value----------
an ExpressionSet
ExpressionSet
作者(S)----------Author(s)----------
Xiwei Wu, Arthur Li
参见----------See Also----------
~~objects to See Also as help, ~~~
~~对象也看到help~~~
举例----------Examples----------
if (require(affydata)) {
data(Dilution)
eset <- preProcess3prime(Dilution)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|