View source: R/array_qc_utils.R
| array_normaliseSE2 | R Documentation | 
Normalise microarray data using lumiN function
array_normaliseSE2( se, norm_method = "quantile", assay_name = "exprs", log_transform = TRUE, adjust_batch = FALSE )
| se | SummarizedExperiment file to be normalised | 
| norm_method | Normalisation method from quantile, rsn, ssn, loess, vsn, rankinvariant (Default:quantile) | 
| assay_name | Assay name to be normalised (exprs or batch_exprs) | 
| log_transform | Boolean value if intensities should be log2 transformed (Default:TRUE) | 
| adjust_batch | Boolean value if data should be adjusted for batch effects before normalisation (Default:FALSE) | 
SummarizedExperiment with assay 'norm_exprs'
Liis Kolberg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.