Hi there,
I am attempting to use plink2 (PLINK v1.90b3q 64-bit) to generate allele scores from dosage data.
My dosage file is format=1 (i.e. dosage of allele A1) and I have a "score" file with a list of scores in the format:
rs1 A 0.78
rs2 T 0.40
rs3 G 0.22
Plink succeeds in calculating the scores (no errors are given) and returns a .profile file. However, I have found (by calculating a score using a single SNP) that plink is assigning half the weight to each allele than it should be. For instance, calculating a score for rs1, individuals with AA (dose of 2) will have a score of 0.78, those with AG (dose of 1) will have a score of 0.39 and those with GG (dose of 0) will have a score of 0.
Is this intentional behaviour? There is no indication on the website (allelic scoring page) that the weight you should use is anything other than the per-allele effect size, unless I have misunderstood. Using the "sum" or "no-sum" flags doesn't change anything.
Have I got it wrong or is this a bug?
Thanks!