[28e211]: / man / rankcols.Rd

Download this file

21 lines (20 with data), 522 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/internal-functions-samr-adapted.R
\name{rankcols}
\alias{rankcols}
\title{Rank columns}
\usage{
rankcols(x)
}
\arguments{
\item{x}{x}
}
\description{
Ranks the elements within each col of the matrix x and returns
these ranks in a matrix
}
\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.
}