remove_batch_effect_beta | R Documentation |
Remove batch effect for beta value.
remove_batch_effect_beta(x, batch = NULL, batch2 = NULL, offset = 100, ...)
x |
An object of |
batch |
factor or vector indicating batches. |
batch2 |
optional factor or vector indicating a second series of batches. |
... |
Other arguments can be passed to |
Batch effect is removed by calling removeBatchEffect
.
This is only useful when methylation and unmethylation signals are not
available, such as in objects of GenomicRatioSet-class
.
An object of argument x
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.