View source: R/normalization.R
control_normalize | R Documentation |
This control function allows for easy customization of the normalization settings.
control_normalize(
log = TRUE,
lib_sizes = NULL,
prior_count = 1,
fit_type = "parametric"
)
log |
( |
lib_sizes |
( |
prior_count |
(non-negative |
fit_type |
( |
List with the above settings used to perform the normalization procedure.
To be used with the normalize()
function.
control_normalize()
control_normalize(log = FALSE, lib_sizes = rep(1e6L, 20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.