merge.AffyBatch(affy)
merge.AffyBatch()所属R语言包:affy
merge two AffyBatch objects
合并两个AffyBatch对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
merge two AffyBatch objects into one.
融入两个AffyBatch对象。
用法----------Usage----------
## S3 method for class 'AffyBatch'
merge(x, y, annotation = paste(annotation(x),
annotation(y)), description = NULL, notes =
character(0), ...)
参数----------Arguments----------
参数:x
an AffyBatch object.
AffyBatch对象。
参数:y
an AffyBatch object.
AffyBatch对象。
参数:annotation
a character vector.
character向量。
参数:description
a characterORmiame, eventually NULL.
characterORmiame最终NULL。
参数:notes
a character vector.
character向量。
参数:...
additional arguments.
额外的参数。
Details
详情----------Details----------
To be done.
许多工作要做。
值----------Value----------
A object if class AffyBatch.
一个对象类AffyBatch。
参见----------See Also----------
AffyBatch-class
AffyBatch-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|