View source: R/merge.AffyBatch.R
merge.AffyBatch | 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 |
y |
an |
annotation |
a |
description |
a |
notes |
a |
... |
additional arguments. |
To be done.
A object if class AffyBatch
.
AffyBatch-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.