View source: R/internal-functions-samr-adapted.R
rankcols | R Documentation |
Ranks the elements within each col of the matrix x and returns these ranks in a matrix
rankcols(x)
x |
x |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.