FQ_FN: Full-quantile normalization wrapper function

Description Usage Arguments Details Value Examples

View source: R/SCONE_DEFAULTS.R

Description

Full-quantile normalization wrapper function

Usage

1
2
3
FQ_FN(ei)

FQT_FN(ei)

Arguments

ei

Numerical matrix. (rows = genes, cols = samples).

Details

SCONE "scaling" wrapper for normalizeQuantileRank.matrix).

Unlike FQ_FN, FQT_FN handles ties carefully (see normalizeQuantiles for details).

Value

Full-quantile normalized matrix.

Examples

1
2
3
4
5
ei <- matrix(0:20,nrow = 7)
eo <- FQ_FN(ei)

ei <- matrix(0:20,nrow = 7)
eo <- FQT_FN(ei)

scone documentation built on Nov. 8, 2020, 5:20 p.m.