TMM_FN {scone} | R Documentation |
Weighted trimmed mean of M-values (TMM) scaling normalization wrapper function
TMM_FN(ei)
ei |
Numerical matrix. (rows = genes, cols = samples). |
SCONE scaling wrapper for calcNormFactors
).
TMM normalized matrix.
ei <- matrix(0:20,nrow = 7) eo <- TMM_FN(ei)