calc.Qi: Rank based scores

View source: R/domainogram.R

calc.QiR Documentation

Rank based scores

Description

Transform numeric values into rank-based scores.

Usage

calc.Qi(x)

Arguments

x

vector of numeric values.

Value

calc.Qi(x) = (rank(x) - 0.5) / n
where n is the length of x and ranking is performed in decreasing order:

  • rank(min(x)) = n

  • rank(max(x)) = 1

Author(s)

Benjamin Leblanc

See Also

enrichmentScore, domainogram, segmentation


benja0x40/MRA.TA documentation built on March 13, 2023, 5:15 a.m.