simple.removeBatchEffect | R Documentation |
Modified from limma::removeBatchEffect, a little different design matrix
simple.removeBatchEffect(
x,
batch = NULL,
covariates = NULL,
block.size = NULL,
...
)
x |
matrix; samples in columns and variables in rows |
batch |
character; batch vector (default: NULL) |
covariates |
double; other covariates to adjust (default: NULL) |
block.size |
integer; block size. To process large matrix, each time a block of [INT] genes is processed (default: NULL) |
... |
parameters passed to lmFit |
Modified from limma::removeBatchEffect, a little different design matrix
a matrix with dimention as input ( samples in rows and variables in columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.