View source: R/delayedarray_normalize.R
delayedarray_normalize | R Documentation |
The following is a matrix normalization procedure that takes advantage of functions designed to be more efficient for DelayedArray objects.
delayedarray_normalize(
exp,
log_norm = TRUE,
min_max = TRUE,
plot_hists = FALSE,
no_cores = 1
)
exp |
Input matrix (e.g. gene expression). |
log_norm |
Whether to first log-normalise |
min_max |
Whether to min/max-normalise |
no_cores |
Number of cores to parallelise across. |
Normalised matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.