merge.AffyBatch: merge two AffyBatch objects

Description Usage Arguments Details Value See Also

View source: R/merge.AffyBatch.R

Description

merge two AffyBatch objects into one.

Usage

1
2
3
4
## S3 method for class 'AffyBatch'
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.

Details

To be done.

Value

A object if class AffyBatch.

See Also

AffyBatch-class


affy documentation built on Nov. 8, 2020, 8:18 p.m.