remove_batch_effect_mum | R Documentation |
Remove batch effect for methylation and unmethylation signals (log2 transformed) separately. See Capper D. DNA methylation-based classification of central nervous system tumours. Nature (2018).
remove_batch_effect_mum(x, batch = NULL, batch2 = NULL, offset = 1, ...)
x |
An object of |
batch |
factor or vector indicating batches. |
batch2 |
optional factor or vector indicating a second series of batches. |
offset |
The offset is chosen to avoid log2 transform on zeros. Default to 1. |
... |
Other arguments can be passed to |
Batch effect is removed by calling removeBatchEffect
.
The methylation and unmethylation signals are log2 transformed, removed
batch effect, and transformed back.
An object of argument x
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.