merge.AffyBatch {affy} | R Documentation |
merge two AffyBatch objects into one.
merge.AffyBatch(x, y, annotation = paste(annotation(x), annotation(y)), description = NULL, notes = paste(x@notes, y@notes), ...)
x |
an AffyBatch |
y |
an AffyBatch |
annotation |
a character |
description |
a characterORmiame , eventualy NULL |
notes |
a character |
... |
~~Describe ... here~~ |
To be done.
A object if class AffyBatch
.
data(affybatch.example) m.abatch <- merge(affybatch.example, affybatch.example)