FQ_FN {scone} | R Documentation |
Full-quantile normalization wrapper function
FQ_FN(ei) FQT_FN(ei)
ei |
Numerical matrix. (rows = genes, cols = samples). |
SCONE "scaling" wrapper for
normalizeQuantileRank.matrix
).
Unlike FQ_FN, FQT_FN handles ties carefully (see
normalizeQuantiles
for details).
Full-quantile normalized matrix.
ei <- matrix(0:20,nrow = 7) eo <- FQ_FN(ei) ei <- matrix(0:20,nrow = 7) eo <- FQT_FN(ei)