colRankNormalization: Creaes a new version of the data that has ranks (column-wise)...

View source: R/NormalizationMethods.R

colRankNormalizationR Documentation

Creaes a new version of the data that has ranks (column-wise) instead of values.

Description

Creaes a new version of the data that has ranks (column-wise) instead of values.

Usage

colRankNormalization(data)

Arguments

data

data matrix

Value

Data matrix with same dimensions, with each value representing its column-wise rank.


YosefLab/FastProjectR documentation built on Feb. 15, 2023, 6:21 a.m.