Inverse Normal Transformation Of A Quantitative Trait In Gwas
hello, I have a question, how do you inverse normally transform a quantitative trait for genetic association studies?
• 28,022 views
•
link
2 answers
I think the paper mentioned by Devon Ryan worths to read.
To do INT(inverse-normal transformation), you can use the R code below:
qnorm((rank(x,na.last="keep")-0.5)/sum(!is.na(x)))
See the supplement of this paper - Yang et al. Nature 2012.
• 0 views
•
link
Log in to answer this question.