rank_matrix.Rd
Utility function to rank columns of matrix
rank_matrix(X)
# S3 method for dgCMatrix
rank_matrix(X)
# S3 method for matrix
rank_matrix(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)