What does an info score > 1 mean? I thought all scores should be between 0 and 1. Info score comes from assoc.dosage file in plink.
What does an info score > 1 mean? I thought all scores should be between 0 and 1. Info score comes from assoc.dosage file in plink.
The INFO field in an .assoc.dosage file contains the MaCH r-squared imputation quality metric, which is [observed dosage variance] / [expected variance, given observed allele frequencies and Hardy-Weinberg equilibrium]. Despite the r-squared name, this is not guaranteed to be less than or equal to 1, especially when there's significant deviation from Hardy-Weinberg equilibrium; but low values can still be trusted to correspond to poorly-imputed SNPs.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
did you check the plink manual pages:
...I put in bold the important line.
Kevin
INFO has the same meaning in both files, but that documentation snippet is actually for a slightly different (and defunct) command, --proxy-assoc instead of --dosage.