View source: R/batch_correction.R
limma_correction | R Documentation |
Limma Correction This function applies limma batch correction to your provided assay
limma_correction(se, assay_to_normalize, batch, covar, output_assay_name)
se |
SummarizedExperiment object |
assay_to_normalize |
Log assay that should be corrected |
batch |
Factor containing batch information |
covar |
list of covariates |
output_assay_name |
name of results assay |
SE object with an added limma corrected array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.