rankcols: Rank columns

View source: R/internal-functions-samr-adapted.R

rankcolsR Documentation

Rank columns

Description

Ranks the elements within each col of the matrix x and returns these ranks in a matrix

Usage

rankcols(x)

Arguments

x

x

Note

this function is equivalent to 'samr::rankcol', but uses 'apply' to rank the colums instead of a compiled Fortran function which was causing our DEGanalysis functions to freeze in large datasets.


DIscBIO documentation built on Nov. 6, 2023, 5:08 p.m.

Related to rankcols in DIscBIO...