View source: R/runNormalizations.R
checkNormalization | R Documentation |
Check if the normalization function's name and the method's name to compute normalization/scaling factors are correctly matched.
checkNormalization(fun, method, ...)
fun |
a character with the name of normalization function (e.g. "norm_edgeR", "norm_DESeq2", "norm_CSS"...). |
method |
a character with the normalization method (e.g.
"TMM", "upperquartile"... if the |
... |
other arguments if needed (e.g. for |
a list object containing the normalization method and its parameters.
setNormalizations
, norm_edgeR
,
norm_DESeq2
, norm_CSS
, norm_TSS
# Check if TMM normalization belong to "norm_edgeR"
check_TMM_normalization <- checkNormalization(fun = "norm_edgeR",
method = "TMM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.