matrix_to_column_rank: Convert numeric matrix to column-rank data

matrix_to_column_rankR Documentation

Convert numeric matrix to column-rank data

Description

Convert numeric matrix to column-rank data

Usage

matrix_to_column_rank(x, keepNA = TRUE, usePercentile = FALSE, ...)

Arguments

x

numeric matrix data

...

additional arguments are ignored.

Details

This function converts a numeric matrix to rank-based data, where the higher rank value refers to higher numeric value in the input data. It therefore behaves similar to continuous numeric data:

  • higher values indicate higher signal

  • difference in values indicates difference in rank

Value

numeric matrix with same dimensions as input data.

See Also

Other jam matrix functions: centerGeneData(), jammacalc(), jammanorm()


jmw86069/jamma documentation built on July 6, 2023, 1:09 p.m.