View source: R/SCONE_DEFAULTS.R
PSINORM_FN | R Documentation |
PsiNorm normalization wrapper
PSINORM_FN(ei)
ei |
Numerical matrix. (rows = genes, cols = samples). |
SCONE scaling wrapper for PsiNorm
).
PsiNorm normalized matrix.
ei <- matrix(c(1,0,2,0,2,9,3,0), ncol=2)
eo <- PSINORM_FN(ei)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.