combine_and_deduplicate: Combine and De-duplicate AffyBatch objects.

Description Usage Arguments Details Value Examples

View source: R/RMAError.R

Description

Having two AffyBatch objects, combine them into a single AffyBatch object, paying attention to duplicates.

Usage

1

Arguments

new

AffyBatch-class of samples to use

ref

Reference AffyBatch-class to merge in non-duplicates for

Details

Two AffyBatch objects (esets) can be combined using combine function. However, if they have several samples in common we don't want the duplicates. This tries to remove duplicates by examining both the names and the expression data for duplication.

The result of this effort is to produce a single AffyBatch which combines the two objects, but with duplicates removed.

Value

An AffyBatch-class combining the two arguments, with duplicates removed.

Examples

1
2
3
4
## Not run: 
combine_and_deduplicate(Dilution, Dilution)

## End(Not run)

steveneschrich/IncrementalRMA documentation built on Dec. 23, 2021, 5:32 a.m.