View source: R/withinBatchAdjust.R
withinBatchAdjust | R Documentation |
withinBatchAdjust
adjusts feature abundances within each batch based
on the model provided with parameter models
(which are fitted using the
withinBatchFit()
function.
withinBatchAdjust(
x,
models,
batch = x$batch,
assay = "norm",
log.transform = TRUE,
...
)
x |
|
models |
|
batch |
|
assay |
|
log.transform |
|
... |
additional arguments to be passed to
|
SummarizedExperiment
(input object x
) with the feature abundances
of assay assay
adjusted based on the provided models models
.
Johannes Rainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.