FQ_FN: Full-quantile normalization wrapper function

View source: R/SCONE_DEFAULTS.R

FQ_FNR Documentation

Full-quantile normalization wrapper function

Description

Full-quantile normalization wrapper function

Usage

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

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

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


YosefLab/scone documentation built on March 12, 2024, 10:48 p.m.