normalizeRank: normalizeRank

View source: R/normalize.R

normalizeRankR Documentation

normalizeRank

Description

Performs rank normalization on the columns of a matrix

Usage

normalizeRank(X, out = "rank", ties.method = "average")

Arguments

X

A matrix which should be normalized

out

output type. Either "rank" or "percentile"

ties.method

method for breaking ties (see ?colRanks for details)

Value

a matrix containing the normalized values

Author(s)

Fabian Mueller


demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.