powered by
Transform a vector of quantitative values to the corresponding normal quantiles (preserving the mean and SD).
nqrank(x, jitter)
A numeric vector; the input x is converted to ranks and then to normal quantiles.
x
A numeric vector
If TRUE, randomly jitter the values to break ties.
Karl W Broman, broman@wisc.edu
rank, qnorm, transformPheno
rank
qnorm
transformPheno
data(hyper) hyper <- transformPheno(hyper, pheno.col=1, transf=nqrank)
Run the code above in your browser using DataLab