matrix_to_column_rank | R Documentation |
Convert numeric matrix to column-rank data
matrix_to_column_rank(x, keepNA = TRUE, usePercentile = FALSE, ...)
x |
|
... |
additional arguments are ignored. |
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
numeric
matrix with same dimensions as input data.
Other jam matrix functions:
centerGeneData()
,
jammacalc()
,
jammanorm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.