Inverse Normal Transformation Of A Quantitative Trait In Gwas
2
0
Entering edit mode
10.6 years ago
snp_cook12 • 0

hello, I have a question, how do you inverse normally transform a quantitative trait for genetic association studies?

gwas association • 24k views
ADD COMMENT
2
Entering edit mode
10.6 years ago

Here's a nice paper on Pubmed Central discussing issues surrounding inverse normal transforms. In general, the idea is to match the normalized rank of the trait to a quantile in a normal distribution. Have a look at equation 1 in the paper I linked to.

ADD COMMENT
2
Entering edit mode
6.4 years ago
zju.whw ▴ 60

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.

ADD COMMENT

Login before adding your answer.

Traffic: 2453 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6