withinBatchAdjust adjusts feature abundances within each batch based
on the model provided with parameter models (which are fitted using the
withinBatchFit() function.R/withinBatchAdjust.R
withinBatchAdjust.RdApply per-batch model adjustment of feature abundances
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