UQ_FN {scone} | R Documentation |
Upper-quartile (UQ) scaling normalization wrapper function
UQ_FN(ei)
ei |
Numerical matrix. (rows = genes, cols = samples). |
SCONE scaling wrapper for calcNormFactors
).
UQ normalized matrix.
ei <- matrix(0:20,nrow = 7) eo <- UQ_FN(ei)