|
a |
|
b/man/rankcols.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/internal-functions-samr-adapted.R |
|
|
3 |
\name{rankcols} |
|
|
4 |
\alias{rankcols} |
|
|
5 |
\title{Rank columns} |
|
|
6 |
\usage{ |
|
|
7 |
rankcols(x) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{x}{x} |
|
|
11 |
} |
|
|
12 |
\description{ |
|
|
13 |
Ranks the elements within each col of the matrix x and returns |
|
|
14 |
these ranks in a matrix |
|
|
15 |
} |
|
|
16 |
\note{ |
|
|
17 |
this function is equivalent to `samr::rankcol`, but uses `apply` to |
|
|
18 |
rank the colums instead of a compiled Fortran function which was causing our |
|
|
19 |
DEGanalysis functions to freeze in large datasets. |
|
|
20 |
} |