rondolab / MR-PRESSO

Performs the Mendelian Randomization Pleiotropy RESidual Sum and Outlier (MR-PRESSO) method.
81 stars 30 forks source link

question about the outliers #22

Open adamber6 opened 1 year ago

adamber6 commented 1 year ago

Dear authors, I appreciate your precious time. I want to ask a question. I have performed the MR-PRESSO analysis about 40 times (the SNP is 1000, and the NbDistribution = 2000), and I deleted the possible outliers. However, the global test is still less than 0.05. Can you tell me how to solve the problem. My code is as following:

mr_presso(BetaOutcome ="beta.outcome",

marieverbanck commented 1 year ago

Hi @adamber6, Could you clarify a couple of elements to make sure we understand your issue. Are you saying that you conducted 40 MR-PRESSO analyses with the same data and iteratively removed outliers? If so, you should be extra careful on how to control your false positive rate in that situation, because of the multiplicity of the tests you are doing. On a different note, you mentioned 1000 SNPs which could explain why you have power to detect even smaller pleiotropic effects. BTW, 1000 SNPs seem quite high, are they pruned/clumped? How many exposures do you have in your model? Best, Marie