evotools / hapbin

Efficient program for calculating Extended Haplotype Homozygosity (EHH) and Integrated Haplotype Score (iHS)
GNU General Public License v3.0
41 stars 18 forks source link

non standardised versus standardised #60

Closed paolo002 closed 4 years ago

paolo002 commented 4 years ago

Hi

Do the sign ( + or -) in the iHS standardised column correspond to selection on REF/ALT allele similarly to the non standardized iHS column or it is just a measure of how do the values deviate from the mean? if + means significant if - non significant?

prenderj commented 4 years ago

Hi

I would suggest checking the original iHS paper for how to interpret the standardised iHS results.

https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.0040072

But in brief significance isnt determined by sign. Standardised iHS represent how many standard deviations a particular variant's unstandardised iHS is above (if positive) or below (if negative) the mean of other variants in the genome in the same allele frequency bin. They are therefore analogous to the standard score:

https://en.wikipedia.org/wiki/Standard_score

Cheers James

On Wed, 27 Nov 2019 at 09:38, paolo002 notifications@github.com wrote:

Hi

Do the sign ( + or -) in the iHS standardised column correspond to selection on REF/ALT allele similarly to the non standardized iHS column or it is just a measure of how do the values deviate from the mean? if + means significant if - non significant?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/evotools/hapbin/issues/60?email_source=notifications&email_token=AB5OYGQL2Z5MNGW44P3KSNTQVY5XTA5CNFSM4JSEAT3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4LLQOQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5OYGUJJA3RMBZE7BFY3DDQVY5XTANCNFSM4JSEAT3A .

paolo002 commented 4 years ago

Thanks a lot for the clear explanation