merge.AffyBatch: merge two AffyBatch objects

View source: R/merge.AffyBatch.R

merge.AffyBatchR Documentation

merge two AffyBatch objects

Description

merge two AffyBatch objects into one.

Usage

## 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


Bioconductor/affy documentation built on July 21, 2023, 5:23 p.m.