Hello,
I am running GWAS using plink2 for HRC imputed data (Minimac4). I notice in PLINK2 website, it says “to import Minimac4-style DS+HDS phased dosage, add 'dosage=HDS'. 'dosage=DS' (or anything else for now) causes the named field to be interpreted as a Minimac3-style dosage". I do find the glm results are slightly different between using "dosage=DS" and using "dosage=HDS".
So what is the difference between DS and HDS? Do I need to use dosage=HDS instead of dosage=DS in PLINK2?
Thank you very much!
The code I use:
plink2 \
--vcf chr22.dose.vcf.gz dosage=DS \
--id-delim \
--keep pheno_pooled_sample.txt \
--missing variant-only \
--freq \
--hardy \
--pheno pheno_pooled_invBP.txt \
--pheno-name inv_SBP inv_DBP inv_PP inv_MAP \
--glm omit-ref \
--out GWAS_results/BP_pooled_chr22