Home > Community > Is there a way to do GWAS on phenotype data that is not normally distributed?
Upvote

29

Downvote
+ Gwas
+ Statistics
+ Genome
Posted by
Ken Westmoreland

Is there a way to do GWAS on phenotype data that is not normally distributed?

Carolyn Barnett  Follow

Yes, that can be done.

A common approach for these types of analysis is to carry out a transformation on the data first in order for it to have a normal distribution (the most general approach called an inverse normal transformation, among other names), then run the test on the transformed data.

As an example, for data that are positive and zero-skewed, a log transformation may be appropriate.

The transformation approach does require variation in the data values, though. For a trait that is exactly zero for most values, it might be better to treat it as a binary/categorical trait for the purpose of association testing, rather than a quantitative trait. Most association testing packages should allow associations for binary traits to be tested.

More

Upvote

VOTE

Downvote
Ata Ur Rehman  Follow

as mentioned in previous answers, transformations are frequently used. One commonly used method is quantile normal transformation. Basically you calculate the quantile from the original data and match it to a standard normal distribution. This transforms your data to a standard normal distribution. Even for traits that are naturally normal distributed like height, it is still a good idea to do this transformation as it has been shown to improve power as well.

More

Upvote

VOTE

Downvote
Attraction & Success  Follow

Sure, you would use the negative binomial distribution when the majority of data was around 0. In other words the data is clustered with the standard deviation far greater than the mean. Most general linear modelling (GLM) will incorporate this approach.

More

Upvote

VOTE

Downvote