meffil.collapse.dups | R Documentation |
Collapse duplicated probes by replacing them with a summary.
meffil.collapse.dups(beta, dup.fun = function(x) median(x, na.rm = T))
beta |
Methylation matrix returned by
|
dup.fun |
Function to collapse duplicate probes (Default: median). |
The input matrix with duplicated probes
(i.e. row names identical after stripping everything
after the "_" character) replaced by summaries defined by
dup.fun
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.