View source: R/SCONE_DEFAULTS.R
FQ_FN | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.