merge.AffyBatch {affy} | R Documentation |
merge two AffyBatch objects into one.
## S3 method for class 'AffyBatch' merge(x, y, annotation = paste(annotation(x), annotation(y)), description = NULL, notes = character(0), ...)
x |
an AffyBatch object. |
y |
an AffyBatch object. |
annotation |
a character vector. |
description |
a characterORmiame , eventually NULL . |
notes |
a character vector. |
... |
additional arguments. |
To be done.
A object if class AffyBatch
.