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 |
y |
an AffyBatch |
annotation |
a character |
description |
a characterORmiame , eventualy NULL |
notes |
a character |
... |
additional arguments |
To be done.
A object if class AffyBatch
.