Description Usage Arguments Details Value Examples
Having two AffyBatch objects, combine them into a single AffyBatch object, paying attention to duplicates.
1 | combine_and_deduplicate(new, ref)
|
new |
|
ref |
Reference |
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.
An AffyBatch-class
combining the two arguments, with duplicates removed.
1 2 3 4 | ## Not run:
combine_and_deduplicate(Dilution, Dilution)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.