Closed zd1 closed 6 years ago
I guess I could add a preprocessing step to manually remove SNPs in high LD after removing the missing samples. But I was wondering if SAIGE would make some attempt for that?
Thanks, Zhihao
Hi Zhihao,
Thank you for your feedback! It is likely that the error is due to the perfect separation similiar to this one
https://github.com/weizhouUMICH/SAIGE/issues/17
Could you please also try the SAIGE version 0.26.6 to check the output for "mu" ? https://www.dropbox.com/s/gv872855j30ixux/SAIGE_0.26.6_R_x86_64-pc-linux-gnu.tar.gz?dl=0
Thanks, Wei
Hi Wei,
Thanks very much for your quick reply. Yes, I'll give that version a go.
Zhihao
Just to let you know that the new version does run for me. I am only getting warning like this
Warning messages: 1: glm.fit: fitted probabilities numerically 0 or 1 occurred 2: glm.fit: fitted probabilities numerically 0 or 1 occurred
which suggests perfect separation has happened. I think the problem is more to do with the input specification rather than with SAIGE. I am getting some results out of it at least, even though the model is not well specified. Thanks you for your efforts.
Zhihao
Hi!. I get this warning but I am not sure how this misspecification will affect my results, meaning if it worth for me to try to find the problems with my model before continue to the second step of the model... I know I loose have of my sample due to missingness in covariates or phenotypes, not sure thats causing any problems
Hi there,
I'm getting singular matrix problems from (I think) this line:
https://github.com/weizhouUMICH/SAIGE/blob/9820dc26eae028e7f940c61bee9c20b9a4e44589/src/SAIGE_fitGLMM_fast.cpp#L889
I am running it on a UK Biobank phenotype. The detailed error message is shown at the bottom. Any help would be appreciated.
Thanks, Zhihao
` 486801 samples have genotypes formula is hypertension_medicated~body_mass_index+pc3+chip+pc2+pc4+pc1+age+pc5+sex+blood_pressure_medication 91215 samples have non-missing phenotypes 395626 samples in geno file do not have phenotypes 91175 samples will be used for analysis colnames(data.new) is Y 1 body_mass_index pc3 chip pc2 pc4 pc1 age pc5 sex blood_pressure_medication out.transform$Param.transform$qrr: 11 11 hypertension_medicated is a binary trait
`