From ef6afd2b4dd4923722cb74c4a5fd20dd41ed0510 Mon Sep 17 00:00:00 2001 From: hxh0928 <137586273+hxh0928@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:22:59 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d95a4a..7752f20 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ MRplot(MRres, exposure="BMI", outcome="T2D") ``` The "BMI~T2D" example with 1227 IVs takes about 1 minute when tested on MAC OS 10.14.6 with 1.4 GHz Intel Core i5,16 GB 2133 MHz LPDDR3 and R version 3.6.1. +**Note**: In cases where GWAS estimates for the exposure or outcome are severely inflated due to confounding effects, the estimate of C1 or C2 (the LDSC intercepts of the exposure or outcome GWAS) may be very large. MR-APSS, which accounts for the confounding effects that inflate the GWAS estimates, may generate causal effect estimates with larger estimation errors compared to other methods like IVW and RAPS in such cases. # Reproducibility