rank_matrix | R Documentation |
Utility function to rank columns of matrix
rank_matrix(X)
## S3 method for class 'dgCMatrix'
rank_matrix(X)
## S3 method for class 'matrix'
rank_matrix(X)
X |
feature by observation matrix. |
List with 2 items
X_ranked - matrix of entry ranks
ties - list of tied group sizes
data(exprs)
rank_res <- rank_matrix(exprs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.