CLR_FN | R Documentation |
Centered log-ratio (CLR) normalization wrapper function
CLR_FN(ei)
ei |
Numerical matrix. (rows = genes, cols = samples). |
SCONE scaling wrapper for
clr
).
CLR normalized matrix.
ei <- matrix(0:20,nrow = 7)
eo <- CLR_FN(ei)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.