You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In haps2dos4 lines 237-248, the fam file is processed to force all phenotypes to 1 or 2. The reason for this is unclear, but regardless this altered phenotype is propagated through the remainder of imputation.
As a result any individuals with non-case/control phenotypes, importantly including missing phenotypes of 0/-9, are recoded to cases. Unless an alternative phenotype is specified, this changed phenotype will also be used for GWAS.
The text was updated successfully, but these errors were encountered:
thanks for this catch.
first the individuals are recoded as controls (as you say in the header but not in the text).
still this needs to be fixed. there was a reason for that back then, I think plink did not carry individuals with missing phenotype in the next dosage file. this might have been fixed meanwhile.
I will fix it but it needs some testing. meanwhile you can use an alternate phenofile in postimp analysis.
best,
s.
In
haps2dos4
lines 237-248, the fam file is processed to force all phenotypes to 1 or 2. The reason for this is unclear, but regardless this altered phenotype is propagated through the remainder of imputation.As a result any individuals with non-case/control phenotypes, importantly including missing phenotypes of 0/-9, are recoded to cases. Unless an alternative phenotype is specified, this changed phenotype will also be used for GWAS.
The text was updated successfully, but these errors were encountered: