Non parametric quantitative genome wide association tests
1
0
Entering edit mode
6.5 years ago
Argus • 0

I am running a Genome Wide Association test, using a quantitative phenotype. This phenotype can have quite a spread with some extreme outliers, which invalidates the normality assumption for linear regression. I have tried doing various transformation to the phenotype data (log, power, ...) but still end up with a few individuals heavily weighting the results. I currently have my data in PLINK format.

I was wondering if there was a way to run a non parametric test, such as the Mann-Whitney U test?

Non parametric GWAS Quantitative GWAS • 1.7k views
ADD COMMENT
0
Entering edit mode
6.5 years ago

One possible workaround is quantile-normalizing your phenotype (forcing it to a normal distribution, keeping its rank-order). PLINK 2.0 has the --quantile-normalize flag for this, and this should be straightforward to do in R/Python/etc. as well.

ADD COMMENT

Login before adding your answer.

Traffic: 3131 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