CLR_FN {scone} | 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)