quantNorm: Quantile-normalize a vector of numbers to a standard normal...

View source: R/stats.R

quantNormR Documentation

Quantile-normalize a vector of numbers to a standard normal distribution.

Description

Bolstad et al, Bioinformatics, 2003

Usage

quantNorm(x, break.ties.rand = TRUE, seed = 1859)

Arguments

x

vector of numeric data

break.ties.rand

break ties randomly (default=TRUE)

seed

see for the pseudo-random number generator (default=1859)

Value

vector

Author(s)

Timothee Flutre


timflutre/rutilstimflutre documentation built on Feb. 7, 2024, 8:17 a.m.