affy (version 1.50.0)

merge.AffyBatch: merge two AffyBatch objects

Description

merge two AffyBatch objects into one.

Usage

"merge"(x, y, annotation = paste(annotation(x), annotation(y)), description = NULL, notes = character(0), ...)

Arguments

x
an AffyBatch object.
y
an AffyBatch object.
annotation
a character vector.
description
a characterORmiame, eventually NULL.
notes
a character vector.
...
additional arguments.

Value

A object if class AffyBatch.

Details

To be done.

See Also

AffyBatch-class