PheWAS example - CHD

Author

Gibran Hemani

Published

May 22, 2026

library(ieugwasr)
library(TwoSampleMR)
library(dplyr)
library(ggplot2)
chd <- tophits("ieu-a-7")
chd_rep
str(chd)

l <- list()
for(i in 1:nrow(chd)) {
    message(i)
    if(chd$chr[i] == 6 & chd$position[i] > 25000000 & chd$position[i] < 35000000) {
        message("Skipping MHC region")
        next
    }
    l[[i]] <- phewas(chd$rsid[i], pval = 1e-8, batch=c("ukb-b", "ukb-d"))
}
str(l)
phewas_result <- bind_rows(l)
tibble [41 × 12] (S3: tbl_df/tbl/data.frame)
 $ id      : chr [1:41] "ieu-a-7" "ieu-a-7" "ieu-a-7" "ieu-a-7" ...
 $ trait   : chr [1:41] "Coronary heart disease" "Coronary heart disease" "Coronary heart disease" "Coronary heart disease" ...
 $ chr     : chr [1:41] "9" "6" "6" "1" ...
 $ position: int [1:41] 22098619 12903957 161005610 109817192 203893999 79124475 160687412 35593827 11188247 44480811 ...
 $ rsid    : chr [1:41] "rs2891168" "rs9349379" "rs55730499" "rs7528419" ...
 $ ea      : chr [1:41] "G" "G" "T" "G" ...
 $ nea     : chr [1:41] "A" "A" "C" "A" ...
 $ eaf     : num [1:41] 0.4887 0.4316 0.0562 0.2142 0.107 ...
 $ beta    : num [1:41] 0.193 0.132 0.317 -0.115 0.138 ...
 $ se      : num [1:41] 0.00919 0.00965 0.02424 0.01148 0.01583 ...
 $ p       : num [1:41] 2.29e-98 1.81e-42 5.39e-39 1.97e-23 3.12e-18 ...
 $ n       : num [1:41] 184305 184305 184305 184305 184305 ...
1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41
List of 41
 $ : tibble [69 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:69] "ukb-d-I9_IHD" "ukb-d-I9_CORATHER" "ukb-b-1668" "ukb-b-18408" ...
  ..$ trait   : chr [1:69] "Ischaemic heart disease, wide definition" "Coronary atherosclerosis" "Diagnoses - main ICD10: I25.1 Atherosclerotic heart disease" "Illnesses of father: Heart disease" ...
  ..$ chr     : chr [1:69] "9" "9" "9" "9" ...
  ..$ position: int [1:69] 22098619 22098619 22098619 22098619 22098619 22098619 22098619 22098619 22098619 22098619 ...
  ..$ rsid    : chr [1:69] "rs2891168" "rs2891168" "rs2891168" "rs2891168" ...
  ..$ ea      : chr [1:69] "G" "G" "G" "G" ...
  ..$ nea     : chr [1:69] "A" "A" "A" "A" ...
  ..$ eaf     : num [1:69] 0.488 0.488 0.49 0.49 0.49 ...
  ..$ beta    : num [1:69] 0.01011 0.00812 0.00586 0.01652 0.00503 ...
  ..$ se      : num [1:69] 0.000537 0.000451 0.00033 0.001037 0.000364 ...
  ..$ p       : num [1:69] 5.36e-79 2.33e-72 2.20e-70 4.10e-57 2.00e-43 ...
  ..$ n       : num [1:69] 361194 361194 463010 407557 462933 ...
 $ : tibble [27 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:27] "ukb-b-12181" "ukb-b-15829" "ukb-b-11590" "ukb-b-1668" ...
  ..$ trait   : chr [1:27] "Pain type(s) experienced in last month: Headache" "Non-cancer illness code, self-reported: heart attack/myocardial infarction" "Vascular/heart problems diagnosed by doctor: Heart attack" "Diagnoses - main ICD10: I25.1 Atherosclerotic heart disease" ...
  ..$ chr     : chr [1:27] "6" "6" "6" "6" ...
  ..$ position: int [1:27] 12903957 12903957 12903957 12903957 12903957 12903957 12903957 12903957 12903957 12903957 ...
  ..$ rsid    : chr [1:27] "rs9349379" "rs9349379" "rs9349379" "rs9349379" ...
  ..$ ea      : chr [1:27] "G" "G" "G" "G" ...
  ..$ nea     : chr [1:27] "A" "A" "A" "A" ...
  ..$ eaf     : num [1:27] 0.406 0.406 0.406 0.405 0.406 ...
  ..$ beta    : num [1:27] -0.00839 0.00295 0.0029 0.00303 0.00948 ...
  ..$ se      : num [1:27] 0.000846 0.000315 0.000317 0.000336 0.001057 ...
  ..$ p       : num [1:27] 3.4e-23 8.3e-21 5.8e-20 2.4e-19 2.9e-19 ...
  ..$ n       : num [1:27] 461857 462933 461880 463010 407557 ...
 $ : tibble [60 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:60] "ukb-d-30790_irnt" "ukb-d-30790_raw" "ukb-d-30640_irnt" "ukb-d-30780_raw" ...
  ..$ trait   : chr [1:60] "Lipoprotein A" "Lipoprotein A" "Apoliprotein B" "LDL direct" ...
  ..$ chr     : chr [1:60] "6" "6" "6" "6" ...
  ..$ position: int [1:60] 161005610 161005610 161005610 161005610 161005610 161005610 161005610 161005610 161005610 161005610 ...
  ..$ rsid    : chr [1:60] "rs55730499" "rs55730499" "rs55730499" "rs55730499" ...
  ..$ ea      : chr [1:60] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:60] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:60] 0.0724 0.0724 0.0813 0.0813 0.0813 ...
  ..$ beta    : num [1:60] 1.4055 88.571 0.0828 0.0705 0.0194 ...
  ..$ se      : num [1:60] 0.00462 0.2038 0.00434 0.00375 0.00103 ...
  ..$ p       : num [1:60] 0.00 0.00 6.41e-81 4.88e-79 2.80e-78 ...
  ..$ n       : num [1:60] 273896 273896 342590 343621 342590 ...
 $ : tibble [62 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:62] "ukb-d-30640_irnt" "ukb-d-30640_raw" "ukb-d-30780_irnt" "ukb-d-30780_raw" ...
  ..$ trait   : chr [1:62] "Apoliprotein B" "Apoliprotein B" "LDL direct" "LDL direct" ...
  ..$ chr     : chr [1:62] "1" "1" "1" "1" ...
  ..$ position: int [1:62] 109817192 109817192 109817192 109817192 109817192 109817192 109817192 109817192 109817192 109817192 ...
  ..$ rsid    : chr [1:62] "rs7528419" "rs7528419" "rs7528419" "rs7528419" ...
  ..$ ea      : chr [1:62] "G" "G" "G" "G" ...
  ..$ nea     : chr [1:62] "A" "A" "A" "A" ...
  ..$ eaf     : num [1:62] 0.223 0.223 0.223 0.223 0.223 ...
  ..$ beta    : num [1:62] -0.1573 -0.0376 -0.1178 -0.1035 -0.1113 ...
  ..$ se      : num [1:62] 0.00284 0.000676 0.002823 0.002454 0.003177 ...
  ..$ p       : num [1:62] 0.00 0.00 0.00 0.00 3.16e-268 ...
  ..$ n       : num [1:62] 342590 342590 343621 343621 344278 ...
 $ : tibble [17 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:17] "ukb-d-30610_irnt" "ukb-d-30610_raw" "ukb-d-30720_irnt" "ukb-b-1668" ...
  ..$ trait   : chr [1:17] "Alkaline phosphatase" "Alkaline phosphatase" "Cystatin C" "Diagnoses - main ICD10: I25.1 Atherosclerotic heart disease" ...
  ..$ chr     : chr [1:17] "2" "2" "2" "2" ...
  ..$ position: int [1:17] 203893999 203893999 203893999 203893999 203893999 203893999 203893999 203893999 203893999 203893999 ...
  ..$ rsid    : chr [1:17] "rs115654617" "rs115654617" "rs115654617" "rs115654617" ...
  ..$ ea      : chr [1:17] "A" "A" "A" "A" ...
  ..$ nea     : chr [1:17] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:17] 0.128 0.128 0.128 0.128 0.128 ...
  ..$ beta    : num [1:17] -0.03021 -0.67271 0.0228 0.00344 -0.02722 ...
  ..$ se      : num [1:17] 0.003478 0.093146 0.003254 0.000495 0.003957 ...
  ..$ p       : num [1:17] 3.73e-18 5.13e-13 2.46e-12 3.60e-12 6.05e-12 ...
  ..$ n       : num [1:17] 344292 344292 344264 463010 344278 ...
 $ : tibble [16 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:16] "ukb-b-11113" "ukb-b-13506" "ukb-b-14664" "ukb-b-6852" ...
  ..$ trait   : chr [1:16] "3mm weak meridian (left)" "3mm weak meridian (right)" "3mm strong meridian (left)" "3mm strong meridian (right)" ...
  ..$ chr     : chr [1:16] "15" "15" "15" "15" ...
  ..$ position: int [1:16] 79124475 79124475 79124475 79124475 79124475 79124475 79124475 79124475 79124475 79124475 ...
  ..$ rsid    : chr [1:16] "rs4468572" "rs4468572" "rs4468572" "rs4468572" ...
  ..$ ea      : chr [1:16] "C" "C" "C" "C" ...
  ..$ nea     : chr [1:16] "T" "T" "T" "T" ...
  ..$ eaf     : num [1:16] 0.572 0.572 0.572 0.572 0.572 ...
  ..$ beta    : num [1:16] 0.0397 0.0377 0.0365 0.0356 0.0374 ...
  ..$ se      : num [1:16] 0.00436 0.00436 0.00436 0.00436 0.00463 ...
  ..$ p       : num [1:16] 9.3e-20 6.1e-18 5.3e-17 3.3e-16 6.7e-16 ...
  ..$ n       : num [1:16] 95998 96007 95998 96007 84303 ...
 $ : tibble [33 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:33] "ukb-d-30790_raw" "ukb-d-30790_irnt" "ukb-b-10912" "ukb-d-I9_IHD" ...
  ..$ trait   : chr [1:33] "Lipoprotein A" "Lipoprotein A" "Non-cancer illness code, self-reported: high cholesterol" "Ischaemic heart disease, wide definition" ...
  ..$ chr     : chr [1:33] "6" "6" "6" "6" ...
  ..$ position: int [1:33] 160687412 160687412 160687412 160687412 160687412 160687412 160687412 160687412 160687412 160687412 ...
  ..$ rsid    : chr [1:33] "rs10080815" "rs10080815" "rs10080815" "rs10080815" ...
  ..$ ea      : chr [1:33] "G" "G" "G" "G" ...
  ..$ nea     : chr [1:33] "T" "T" "T" "T" ...
  ..$ eaf     : num [1:33] 0.0104 0.0104 0.0197 0.0199 0.0199 ...
  ..$ beta    : num [1:33] 32.972 0.4886 0.0289 0.0222 0.0182 ...
  ..$ se      : num [1:33] 0.65767 0.01329 0.00244 0.00192 0.00162 ...
  ..$ p       : num [1:33] 0.00 5.75e-295 1.80e-32 9.88e-31 2.39e-29 ...
  ..$ n       : num [1:33] 273896 273896 462933 361194 361194 ...
 $ : tibble [12 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:12] "ukb-d-I9_IHD" "ukb-d-I9_CORATHER" "ukb-b-8468" "ukb-b-7992" ...
  ..$ trait   : chr [1:12] "Ischaemic heart disease, wide definition" "Coronary atherosclerosis" "Vascular/heart problems diagnosed by doctor: Angina" "Diastolic blood pressure, automated reading" ...
  ..$ chr     : chr [1:12] "21" "21" "21" "21" ...
  ..$ position: int [1:12] 35593827 35593827 35593827 35593827 35593827 35593827 35593827 35593827 35593827 35593827 ...
  ..$ rsid    : chr [1:12] "rs28451064" "rs28451064" "rs28451064" "rs28451064" ...
  ..$ ea      : chr [1:12] "A" "A" "A" "A" ...
  ..$ nea     : chr [1:12] "G" "G" "G" "G" ...
  ..$ eaf     : num [1:12] 0.132 0.132 0.131 0.131 0.131 ...
  ..$ beta    : num [1:12] 0.00627 0.00476 0.00381 0.02137 0.00375 ...
  ..$ se      : num [1:12] 0.000811 0.000681 0.000553 0.003137 0.000551 ...
  ..$ p       : num [1:12] 1.15e-14 2.76e-12 5.90e-12 9.50e-12 1.00e-11 ...
  ..$ n       : num [1:12] 361194 361194 461880 436424 462933 ...
 $ : tibble [34 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:34] "ukb-d-30640_irnt" "ukb-d-30640_raw" "ukb-d-30690_irnt" "ukb-d-30690_raw" ...
  ..$ trait   : chr [1:34] "Apoliprotein B" "Apoliprotein B" "Cholesterol" "Cholesterol" ...
  ..$ chr     : chr [1:34] "19" "19" "19" "19" ...
  ..$ position: int [1:34] 11188247 11188247 11188247 11188247 11188247 11188247 11188247 11188247 11188247 11188247 ...
  ..$ rsid    : chr [1:34] "rs56289821" "rs56289821" "rs56289821" "rs56289821" ...
  ..$ ea      : chr [1:34] "A" "A" "A" "A" ...
  ..$ nea     : chr [1:34] "G" "G" "G" "G" ...
  ..$ eaf     : num [1:34] 0.118 0.118 0.118 0.118 0.118 ...
  ..$ beta    : num [1:34] -0.1732 -0.0416 -0.1586 -0.1835 -0.1761 ...
  ..$ se      : num [1:34] 0.003663 0.000872 0.003577 0.004087 0.003633 ...
  ..$ p       : num [1:34] 0 0 0 0 0 ...
  ..$ n       : num [1:34] 342590 342590 344278 344278 343621 ...
 $ : tibble [0 × 0] (S3: tbl_df/tbl/data.frame)
 Named list()
 $ : tibble [11 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:11] "ukb-d-30290_irnt" "ukb-d-30300_irnt" "ukb-d-30240_irnt" "ukb-d-30250_irnt" ...
  ..$ trait   : chr [1:11] "High light scatter reticulocyte percentage" "High light scatter reticulocyte count" "Reticulocyte percentage" "Reticulocyte count" ...
  ..$ chr     : chr [1:11] "1" "1" "1" "1" ...
  ..$ position: int [1:11] 56965664 56965664 56965664 56965664 56965664 56965664 56965664 56965664 56965664 56965664 ...
  ..$ rsid    : chr [1:11] "rs9970807" "rs9970807" "rs9970807" "rs9970807" ...
  ..$ ea      : chr [1:11] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:11] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:11] 0.0921 0.0921 0.0921 0.0921 0.0921 ...
  ..$ beta    : num [1:11] -0.0367 -0.0358 -0.0326 -0.0311 -0.022 ...
  ..$ se      : num [1:11] 0.00416 0.00413 0.00416 0.00411 0.0031 ...
  ..$ p       : num [1:11] 1.25e-18 4.78e-18 5.02e-15 3.48e-14 1.40e-12 ...
  ..$ n       : num [1:11] 344729 344729 344728 344729 454863 ...
 $ : tibble [4 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:4] "ukb-b-15829" "ukb-b-11590" "ukb-d-I9_IHD" "ukb-d-I9_CORATHER"
  ..$ trait   : chr [1:4] "Non-cancer illness code, self-reported: heart attack/myocardial infarction" "Vascular/heart problems diagnosed by doctor: Heart attack" "Ischaemic heart disease, wide definition" "Coronary atherosclerosis"
  ..$ chr     : chr [1:4] "1" "1" "1" "1"
  ..$ position: int [1:4] 222823743 222823743 222823743 222823743
  ..$ rsid    : chr [1:4] "rs67180937" "rs67180937" "rs67180937" "rs67180937"
  ..$ ea      : chr [1:4] "G" "G" "G" "G"
  ..$ nea     : chr [1:4] "T" "T" "T" "T"
  ..$ eaf     : num [1:4] 0.74 0.74 0.74 0.74
  ..$ beta    : num [1:4] 0.00278 0.00277 0.00367 0.00302
  ..$ se      : num [1:4] 0.000361 0.000363 0.000628 0.000527
  ..$ p       : num [1:4] 1.40e-14 2.50e-14 5.00e-09 9.47e-09
  ..$ n       : num [1:4] 462933 461880 361194 361194
 $ : tibble [6 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:6] "ukb-d-30710_irnt" "ukb-d-30710_raw" "ukb-d-30140_irnt" "ukb-d-30000_irnt" ...
  ..$ trait   : chr [1:6] "C-reactive protein" "C-reactive protein" "Neutrophill count" "White blood cell (leukocyte) count" ...
  ..$ chr     : chr [1:6] "10" "10" "10" "10" ...
  ..$ position: int [1:6] 91002927 91002927 91002927 91002927 91002927 91002927
  ..$ rsid    : chr [1:6] "rs1412444" "rs1412444" "rs1412444" "rs1412444" ...
  ..$ ea      : chr [1:6] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:6] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:6] 0.339 0.339 0.339 0.339 0.34 ...
  ..$ beta    : num [1:6] 0.02609 0.09768 0.01763 0.01479 0.00434 ...
  ..$ se      : num [1:6] 0.002521 0.011145 0.002509 0.002512 0.000755 ...
  ..$ p       : num [1:6] 4.28e-25 1.89e-18 2.13e-12 3.97e-09 8.50e-09 ...
  ..$ n       : num [1:6] 343524 343524 349856 350470 363542 ...
 $ : tibble [99 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:99] "ukb-d-30610_irnt" "ukb-d-30610_raw" "ukb-d-30020_irnt" "ukb-d-30030_irnt" ...
  ..$ trait   : chr [1:99] "Alkaline phosphatase" "Alkaline phosphatase" "Haemoglobin concentration" "Haematocrit percentage" ...
  ..$ chr     : chr [1:99] "9" "9" "9" "9" ...
  ..$ position: int [1:99] 136141870 136141870 136141870 136141870 136141870 136141870 136141870 136141870 136141870 136141870 ...
  ..$ rsid    : chr [1:99] "rs2519093" "rs2519093" "rs2519093" "rs2519093" ...
  ..$ ea      : chr [1:99] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:99] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:99] 0.184 0.184 0.184 0.184 0.184 ...
  ..$ beta    : num [1:99] -0.3225 -6.9403 -0.0633 -0.0598 -0.0626 ...
  ..$ se      : num [1:99] 0.00296 0.07972 0.00244 0.00251 0.00263 ...
  ..$ p       : num [1:99] 0.00 0.00 8.00e-148 3.27e-125 8.41e-125 ...
  ..$ n       : num [1:99] 344292 344292 350474 350475 350475 ...
 $ : tibble [13 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:13] "ukb-b-18103" "ukb-b-13352" "ukb-b-14177" "ukb-b-14057" ...
  ..$ trait   : chr [1:13] "Pulse rate, automated reading" "Vascular/heart problems diagnosed by doctor: None of the above" "Vascular/heart problems diagnosed by doctor: High blood pressure" "Non-cancer illness code, self-reported: hypertension" ...
  ..$ chr     : chr [1:13] "6" "6" "6" "6" ...
  ..$ position: int [1:13] 134173151 134173151 134173151 134173151 134173151 134173151 134173151 134173151 134173151 134173151 ...
  ..$ rsid    : chr [1:13] "rs12202017" "rs12202017" "rs12202017" "rs12202017" ...
  ..$ ea      : chr [1:13] "G" "G" "G" "G" ...
  ..$ nea     : chr [1:13] "A" "A" "A" "A" ...
  ..$ eaf     : num [1:13] 0.292 0.292 0.292 0.292 0.292 ...
  ..$ beta    : num [1:13] 0.02144 0.00901 -0.00709 -0.00692 -0.00968 ...
  ..$ se      : num [1:13] 0.002309 0.00103 0.001003 0.000989 0.001462 ...
  ..$ p       : num [1:13] 1.6e-20 2.3e-18 1.5e-12 2.7e-12 3.6e-11 ...
  ..$ n       : num [1:13] 436424 461880 461880 462933 209638 ...
 $ : tibble [2 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:2] "ukb-b-12019" "ukb-b-7992"
  ..$ trait   : chr [1:2] "Peak expiratory flow (PEF)" "Diastolic blood pressure, automated reading"
  ..$ chr     : chr [1:2] "10" "10"
  ..$ position: int [1:2] 30323892 30323892
  ..$ rsid    : chr [1:2] "rs2487928" "rs2487928"
  ..$ ea      : chr [1:2] "A" "A"
  ..$ nea     : chr [1:2] "G" "G"
  ..$ eaf     : num [1:2] 0.448 0.448
  ..$ beta    : num [1:2] -0.014 -0.0123
  ..$ se      : num [1:2] 0.00186 0.00209
  ..$ p       : num [1:2] 4.4e-14 4.1e-09
  ..$ n       : num [1:2] 421986 436424
 $ : tibble [18 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:18] "ukb-d-30080_irnt" "ukb-d-30700_irnt" "ukb-b-7992" "ukb-b-13352" ...
  ..$ trait   : chr [1:18] "Platelet count" "Creatinine" "Diastolic blood pressure, automated reading" "Vascular/heart problems diagnosed by doctor: None of the above" ...
  ..$ chr     : chr [1:18] "7" "7" "7" "7" ...
  ..$ position: int [1:18] 129663496 129663496 129663496 129663496 129663496 129663496 129663496 129663496 129663496 129663496 ...
  ..$ rsid    : chr [1:18] "rs11556924" "rs11556924" "rs11556924" "rs11556924" ...
  ..$ ea      : chr [1:18] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:18] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:18] 0.39 0.39 0.388 0.388 0.388 ...
  ..$ beta    : num [1:18] 0.02078 -0.01688 -0.01729 0.00774 0.01054 ...
  ..$ se      : num [1:18] 0.002369 0.001988 0.002124 0.000959 0.001339 ...
  ..$ p       : num [1:18] 1.81e-18 2.08e-17 3.90e-16 6.60e-16 3.40e-15 ...
  ..$ n       : num [1:18] 350474 344104 436424 461880 461950 ...
 $ : tibble [9 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:9] "ukb-b-20175" "ukb-b-14057" "ukb-b-14177" "ukb-b-13352" ...
  ..$ trait   : chr [1:9] "Systolic blood pressure, automated reading" "Non-cancer illness code, self-reported: hypertension" "Vascular/heart problems diagnosed by doctor: High blood pressure" "Vascular/heart problems diagnosed by doctor: None of the above" ...
  ..$ chr     : chr [1:9] "12" "12" "12" "12" ...
  ..$ position: int [1:9] 90008959 90008959 90008959 90008959 90008959 90008959 90008959 90008959 90008959
  ..$ rsid    : chr [1:9] "rs2681472" "rs2681472" "rs2681472" "rs2681472" ...
  ..$ ea      : chr [1:9] "G" "G" "G" "G" ...
  ..$ nea     : chr [1:9] "A" "A" "A" "A" ...
  ..$ eaf     : num [1:9] 0.172 0.172 0.172 0.172 0.172 ...
  ..$ beta    : num [1:9] -0.0375 -0.0139 -0.0137 0.0125 -0.0234 ...
  ..$ se      : num [1:9] 0.00275 0.00119 0.00121 0.00124 0.00274 ...
  ..$ p       : num [1:9] 3.1e-42 1.4e-31 4.9e-30 4.7e-24 1.3e-17 ...
  ..$ n       : num [1:9] 436419 462933 461880 461880 436424 ...
 $ : tibble [5 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:5] "ukb-d-I9_CORATHER" "ukb-b-8650" "ukb-b-8468" "ukb-d-I9_IHD" ...
  ..$ trait   : chr [1:5] "Coronary atherosclerosis" "Non-cancer illness code, self-reported: angina" "Vascular/heart problems diagnosed by doctor: Angina" "Ischaemic heart disease, wide definition" ...
  ..$ chr     : chr [1:5] "11" "11" "11" "11" ...
  ..$ position: int [1:5] 103673277 103673277 103673277 103673277 103673277
  ..$ rsid    : chr [1:5] "rs2128739" "rs2128739" "rs2128739" "rs2128739" ...
  ..$ ea      : chr [1:5] "C" "C" "C" "C" ...
  ..$ nea     : chr [1:5] "A" "A" "A" "A" ...
  ..$ eaf     : num [1:5] 0.721 0.718 0.718 0.721 0.718
  ..$ beta    : num [1:5] -0.00327 -0.00263 -0.00252 -0.00367 -0.00214
  ..$ se      : num [1:5] 0.000504 0.000405 0.000406 0.0006 0.000367
  ..$ p       : num [1:5] 8.3e-11 8.3e-11 5.3e-10 1.0e-09 5.4e-09
  ..$ n       : num [1:5] 361194 462933 461880 361194 463010
 $ : tibble [103 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:103] "ukb-b-14699" "ukb-d-30640_irnt" "ukb-d-30640_raw" "ukb-d-30690_irnt" ...
  ..$ trait   : chr [1:103] "Illnesses of mother: Alzheimer's disease/dementia" "Apoliprotein B" "Apoliprotein B" "Cholesterol" ...
  ..$ chr     : chr [1:103] "19" "19" "19" "19" ...
  ..$ position: int [1:103] 45422946 45422946 45422946 45422946 45422946 45422946 45422946 45422946 45422946 45422946 ...
  ..$ rsid    : chr [1:103] "rs4420638" "rs4420638" "rs4420638" "rs4420638" ...
  ..$ ea      : chr [1:103] "G" "G" "G" "G" ...
  ..$ nea     : chr [1:103] "A" "A" "A" "A" ...
  ..$ eaf     : num [1:103] 0.189 0.191 0.191 0.191 0.191 ...
  ..$ beta    : num [1:103] 0.0385 0.2248 0.0537 0.142 0.1643 ...
  ..$ se      : num [1:103] 0.000778 0.002994 0.000713 0.002937 0.003356 ...
  ..$ p       : num [1:103] 0 0 0 0 0 ...
  ..$ n       : num [1:103] 423738 342590 342590 344278 344278 ...
 $ : tibble [6 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:6] "ukb-b-20175" "ukb-b-1668" "ukb-d-I9_IHD" "ukb-d-I9_CORATHER" ...
  ..$ trait   : chr [1:6] "Systolic blood pressure, automated reading" "Diagnoses - main ICD10: I25.1 Atherosclerotic heart disease" "Ischaemic heart disease, wide definition" "Coronary atherosclerosis" ...
  ..$ chr     : chr [1:6] "7" "7" "7" "7" ...
  ..$ position: int [1:6] 19049388 19049388 19049388 19049388 19049388 19049388
  ..$ rsid    : chr [1:6] "rs2107595" "rs2107595" "rs2107595" "rs2107595" ...
  ..$ ea      : chr [1:6] "A" "A" "A" "A" ...
  ..$ nea     : chr [1:6] "G" "G" "G" "G" ...
  ..$ eaf     : num [1:6] 0.154 0.154 0.152 0.152 0.154 ...
  ..$ beta    : num [1:6] 0.02556 0.00309 0.00504 0.00406 -0.0082 ...
  ..$ se      : num [1:6] 0.002881 0.000459 0.000751 0.00063 0.001297 ...
  ..$ p       : num [1:6] 7.20e-19 1.70e-11 1.90e-11 1.22e-10 2.60e-10 ...
  ..$ n       : num [1:6] 436419 463010 361194 361194 461880 ...
 $ : tibble [1 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr "ukb-d-30730_irnt"
  ..$ trait   : chr "Gamma glutamyltransferase"
  ..$ chr     : chr "22"
  ..$ position: int 24658858
  ..$ rsid    : chr "rs180803"
  ..$ ea      : chr "T"
  ..$ nea     : chr "G"
  ..$ eaf     : num 0.0112
  ..$ beta    : num -0.0954
  ..$ se      : num 0.0106
  ..$ p       : num 2.75e-19
  ..$ n       : num 344104
 $ : tibble [7 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:7] "ukb-d-30860_irnt" "ukb-d-30860_raw" "ukb-b-7992" "ukb-d-30090_irnt" ...
  ..$ trait   : chr [1:7] "Total protein" "Total protein" "Diastolic blood pressure, automated reading" "Platelet crit" ...
  ..$ chr     : chr [1:7] "13" "13" "13" "13" ...
  ..$ position: int [1:7] 111040681 111040681 111040681 111040681 111040681 111040681 111040681
  ..$ rsid    : chr [1:7] "rs11838776" "rs11838776" "rs11838776" "rs11838776" ...
  ..$ ea      : chr [1:7] "A" "A" "A" "A" ...
  ..$ nea     : chr [1:7] "G" "G" "G" "G" ...
  ..$ eaf     : num [1:7] 0.278 0.278 0.279 0.278 0.278 ...
  ..$ beta    : num [1:7] -0.0215 -0.0856 0.0158 -0.0171 0.017 ...
  ..$ se      : num [1:7] 0.00283 0.01141 0.00233 0.00256 0.00255 ...
  ..$ p       : num [1:7] 2.86e-14 6.22e-14 1.30e-11 2.33e-11 2.70e-11 ...
  ..$ n       : num [1:7] 314921 314921 436424 350471 265753 ...
 $ : tibble [113 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:113] "ukb-d-30090_irnt" "ukb-d-30080_irnt" "ukb-d-30120_irnt" "ukb-d-30210_irnt" ...
  ..$ trait   : chr [1:113] "Platelet crit" "Platelet count" "Lymphocyte count" "Eosinophill percentage" ...
  ..$ chr     : chr [1:113] "12" "12" "12" "12" ...
  ..$ position: int [1:113] 112059557 112059557 112059557 112059557 112059557 112059557 112059557 112059557 112059557 112059557 ...
  ..$ rsid    : chr [1:113] "rs11065979" "rs11065979" "rs11065979" "rs11065979" ...
  ..$ ea      : chr [1:113] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:113] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:113] 0.437 0.437 0.437 0.437 0.437 ...
  ..$ beta    : num [1:113] 0.0939 0.0842 0.0746 0.069 0.0535 ...
  ..$ se      : num [1:113] 0.00229 0.00233 0.00239 0.0024 0.0022 ...
  ..$ p       : num [1:113] 0.00 7.21e-286 1.73e-212 1.92e-181 6.89e-131 ...
  ..$ n       : num [1:113] 350471 350474 349856 349861 344264 ...
 $ : tibble [6 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:6] "ukb-b-4080" "ukb-d-I9_IHD" "ukb-b-10787" "ukb-d-I9_CORATHER" ...
  ..$ trait   : chr [1:6] "Ankle spacing width" "Ischaemic heart disease, wide definition" "Standing height" "Coronary atherosclerosis" ...
  ..$ chr     : chr [1:6] "2" "2" "2" "2" ...
  ..$ position: int [1:6] 85788175 85788175 85788175 85788175 85788175 85788175
  ..$ rsid    : chr [1:6] "rs7568458" "rs7568458" "rs7568458" "rs7568458" ...
  ..$ ea      : chr [1:6] "A" "A" "A" "A" ...
  ..$ nea     : chr [1:6] "T" "T" "T" "T" ...
  ..$ eaf     : num [1:6] 0.454 0.455 0.454 0.455 0.455 ...
  ..$ beta    : num [1:6] 0.01522 0.00352 0.00819 0.00284 -0.01422 ...
  ..$ se      : num [1:6] 0.002266 0.00054 0.001305 0.000454 0.002375 ...
  ..$ p       : num [1:6] 1.90e-11 7.15e-11 3.50e-10 4.03e-10 2.16e-09 ...
  ..$ n       : num [1:6] 265753 361194 461950 361194 350470 ...
 $ : tibble [0 × 0] (S3: tbl_df/tbl/data.frame)
 Named list()
 $ : tibble [43 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:43] "ukb-b-13352" "ukb-b-14177" "ukb-b-14057" "ukb-b-18009" ...
  ..$ trait   : chr [1:43] "Vascular/heart problems diagnosed by doctor: None of the above" "Vascular/heart problems diagnosed by doctor: High blood pressure" "Non-cancer illness code, self-reported: hypertension" "Medication for cholesterol, blood pressure, diabetes, or take exogenous hormones: Blood pressure medication" ...
  ..$ chr     : chr [1:43] "7" "7" "7" "7" ...
  ..$ position: int [1:43] 150690176 150690176 150690176 150690176 150690176 150690176 150690176 150690176 150690176 150690176 ...
  ..$ rsid    : chr [1:43] "rs3918226" "rs3918226" "rs3918226" "rs3918226" ...
  ..$ ea      : chr [1:43] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:43] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:43] 0.081 0.081 0.081 0.081 0.081 ...
  ..$ beta    : num [1:43] -0.0278 0.026 0.0252 0.0266 -0.0266 ...
  ..$ se      : num [1:43] 0.00174 0.00169 0.00167 0.00198 0.00243 ...
  ..$ p       : num [1:43] 1.8e-57 4.0e-53 1.5e-51 5.2e-41 7.3e-28 ...
  ..$ n       : num [1:43] 461880 461880 462933 249710 461950 ...
 $ : tibble [4 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:4] "ukb-d-30710_irnt" "ukb-d-30710_raw" "ukb-d-30610_irnt" "ukb-d-30610_raw"
  ..$ trait   : chr [1:4] "C-reactive protein" "C-reactive protein" "Alkaline phosphatase" "Alkaline phosphatase"
  ..$ chr     : chr [1:4] "1" "1" "1" "1"
  ..$ position: int [1:4] 154395946 154395946 154395946 154395946
  ..$ rsid    : chr [1:4] "rs6689306" "rs6689306" "rs6689306" "rs6689306"
  ..$ ea      : chr [1:4] "G" "G" "G" "G"
  ..$ nea     : chr [1:4] "A" "A" "A" "A"
  ..$ eaf     : num [1:4] 0.581 0.581 0.581 0.581
  ..$ beta    : num [1:4] -0.0588 -0.135 -0.0185 -0.3958
  ..$ se      : num [1:4] 0.00246 0.01087 0.00239 0.06414
  ..$ p       : num [1:4] 1.66e-126 2.02e-35 1.12e-14 6.80e-10
  ..$ n       : num [1:4] 343524 343524 344292 344292
 $ : tibble [0 × 0] (S3: tbl_df/tbl/data.frame)
 Named list()
 $ : tibble [11 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:11] "ukb-d-30750_irnt" "ukb-b-13352" "ukb-d-30750_raw" "ukb-b-20044" ...
  ..$ trait   : chr [1:11] "Glycated haemoglobin" "Vascular/heart problems diagnosed by doctor: None of the above" "Glycated haemoglobin" "Trunk fat mass" ...
  ..$ chr     : chr [1:11] "3" "3" "3" "3" ...
  ..$ position: int [1:11] 138087467 138087467 138087467 138087467 138087467 138087467 138087467 138087467 138087467 138087467 ...
  ..$ rsid    : chr [1:11] "rs1199338" "rs1199338" "rs1199338" "rs1199338" ...
  ..$ ea      : chr [1:11] "C" "C" "C" "C" ...
  ..$ nea     : chr [1:11] "A" "A" "A" "A" ...
  ..$ eaf     : num [1:11] 0.161 0.161 0.161 0.161 0.161 ...
  ..$ beta    : num [1:11] 0.02463 -0.00878 0.13566 -0.01762 -0.01738 ...
  ..$ se      : num [1:11] 0.00313 0.00127 0.02089 0.00274 0.00271 ...
  ..$ p       : num [1:11] 3.60e-15 5.50e-12 8.31e-11 1.30e-10 1.50e-10 ...
  ..$ n       : num [1:11] 344182 461880 344182 454588 462117 ...
 $ : tibble [15 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:15] "ukb-b-20296" "ukb-b-18113" "ukb-b-18200" "ukb-d-30210_irnt" ...
  ..$ trait   : chr [1:15] "Blood clot, DVT, bronchitis, emphysema, asthma, rhinitis, eczema, allergy diagnosed by doctor: Asthma" "Non-cancer illness code, self-reported: asthma" "Blood clot, DVT, bronchitis, emphysema, asthma, rhinitis, eczema, allergy diagnosed by doctor: None of the above" "Eosinophill percentage" ...
  ..$ chr     : chr [1:15] "15" "15" "15" "15" ...
  ..$ position: int [1:15] 67455630 67455630 67455630 67455630 67455630 67455630 67455630 67455630 67455630 67455630 ...
  ..$ rsid    : chr [1:15] "rs56062135" "rs56062135" "rs56062135" "rs56062135" ...
  ..$ ea      : chr [1:15] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:15] "C" "C" "C" "C" ...
  ..$ eaf     : num [1:15] 0.236 0.236 0.236 0.237 0.236 ...
  ..$ beta    : num [1:15] 0.0115 0.0115 -0.0166 0.0338 0.012 ...
  ..$ se      : num [1:15] 0.000779 0.00078 0.001136 0.0028 0.001025 ...
  ..$ p       : num [1:15] 1.90e-49 5.60e-49 2.30e-48 1.48e-33 1.40e-31 ...
  ..$ n       : num [1:15] 462013 462933 462013 349861 462013 ...
 $ : tibble [39 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:39] "ukb-b-20175" "ukb-b-14068" "ukb-b-7376" "ukb-b-14057" ...
  ..$ trait   : chr [1:39] "Systolic blood pressure, automated reading" "Impedance of leg (left)" "Impedance of leg (right)" "Non-cancer illness code, self-reported: hypertension" ...
  ..$ chr     : chr [1:39] "10" "10" "10" "10" ...
  ..$ position: int [1:39] 104604916 104604916 104604916 104604916 104604916 104604916 104604916 104604916 104604916 104604916 ...
  ..$ rsid    : chr [1:39] "rs11191416" "rs11191416" "rs11191416" "rs11191416" ...
  ..$ ea      : chr [1:39] "G" "G" "G" "G" ...
  ..$ nea     : chr [1:39] "T" "T" "T" "T" ...
  ..$ eaf     : num [1:39] 0.0847 0.0846 0.0846 0.0846 0.0846 ...
  ..$ beta    : num [1:39] -0.0435 -0.0313 -0.0306 -0.0147 0.021 ...
  ..$ se      : num [1:39] 0.00372 0.00326 0.00323 0.00161 0.00234 ...
  ..$ p       : num [1:39] 1.7e-31 8.3e-22 3.0e-21 6.2e-20 2.2e-19 ...
  ..$ n       : num [1:39] 436419 454857 454863 462933 454805 ...
 $ : tibble [18 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:18] "ukb-d-30110_irnt" "ukb-d-30750_irnt" "ukb-d-30270_irnt" "ukb-d-30240_irnt" ...
  ..$ trait   : chr [1:18] "Platelet distribution width" "Glycated haemoglobin" "Mean sphered cell volume" "Reticulocyte percentage" ...
  ..$ chr     : chr [1:18] "11" "11" "11" "11" ...
  ..$ position: int [1:18] 9751196 9751196 9751196 9751196 9751196 9751196 9751196 9751196 9751196 9751196 ...
  ..$ rsid    : chr [1:18] "rs10840293" "rs10840293" "rs10840293" "rs10840293" ...
  ..$ ea      : chr [1:18] "A" "A" "A" "A" ...
  ..$ nea     : chr [1:18] "G" "G" "G" "G" ...
  ..$ eaf     : num [1:18] 0.557 0.557 0.557 0.557 0.557 ...
  ..$ beta    : num [1:18] 0.03 -0.0282 -0.025 0.0216 0.0202 ...
  ..$ se      : num [1:18] 0.00239 0.00232 0.00242 0.00243 0.0024 ...
  ..$ p       : num [1:18] 3.84e-36 6.24e-34 4.69e-25 5.11e-19 3.55e-17 ...
  ..$ n       : num [1:18] 350470 344182 344729 344728 344729 ...
 $ : tibble [0 × 0] (S3: tbl_df/tbl/data.frame)
 Named list()
 $ : tibble [4 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:4] "ukb-b-1668" "ukb-b-8468" "ukb-b-8650" "ukb-d-I9_CORATHER"
  ..$ trait   : chr [1:4] "Diagnoses - main ICD10: I25.1 Atherosclerotic heart disease" "Vascular/heart problems diagnosed by doctor: Angina" "Non-cancer illness code, self-reported: angina" "Coronary atherosclerosis"
  ..$ chr     : chr [1:4] "2" "2" "2" "2"
  ..$ position: int [1:4] 19942473 19942473 19942473 19942473
  ..$ rsid    : chr [1:4] "rs16986953" "rs16986953" "rs16986953" "rs16986953"
  ..$ ea      : chr [1:4] "A" "A" "A" "A"
  ..$ nea     : chr [1:4] "G" "G" "G" "G"
  ..$ eaf     : num [1:4] 0.0684 0.0683 0.0684 0.068
  ..$ beta    : num [1:4] 0.00434 0.00444 0.00438 0.00518
  ..$ se      : num [1:4] 0.000659 0.000729 0.000726 0.000902
  ..$ p       : num [1:4] 4.80e-11 1.10e-09 1.60e-09 9.31e-09
  ..$ n       : num [1:4] 463010 461880 462933 361194
 $ : tibble [6 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:6] "ukb-d-30030_irnt" "ukb-d-30880_irnt" "ukb-d-30880_raw" "ukb-b-14057" ...
  ..$ trait   : chr [1:6] "Haematocrit percentage" "Urate" "Urate" "Non-cancer illness code, self-reported: hypertension" ...
  ..$ chr     : chr [1:6] "6" "6" "6" "6" ...
  ..$ position: int [1:6] 39134099 39134099 39134099 39134099 39134099 39134099
  ..$ rsid    : chr [1:6] "rs56336142" "rs56336142" "rs56336142" "rs56336142" ...
  ..$ ea      : chr [1:6] "C" "C" "C" "C" ...
  ..$ nea     : chr [1:6] "T" "T" "T" "T" ...
  ..$ eaf     : num [1:6] 0.212 0.212 0.212 0.212 0.212 ...
  ..$ beta    : num [1:6] -0.01577 -0.01612 -1.2686 -0.00677 -0.01387 ...
  ..$ se      : num [1:6] 0.00239 0.0025 0.20176 0.0011 0.00238 ...
  ..$ p       : num [1:6] 4.29e-11 1.13e-10 3.23e-10 9.00e-10 5.98e-09 ...
  ..$ n       : num [1:6] 350475 343836 343836 462933 344104 ...
 $ : tibble [10 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:10] "ukb-d-30810_raw" "ukb-d-30810_irnt" "ukb-d-30700_irnt" "ukb-d-30720_irnt" ...
  ..$ trait   : chr [1:10] "Phosphate" "Phosphate" "Creatinine" "Cystatin C" ...
  ..$ chr     : chr [1:10] "17" "17" "17" "17" ...
  ..$ position: int [1:10] 59013488 59013488 59013488 59013488 59013488 59013488 59013488 59013488 59013488 59013488
  ..$ rsid    : chr [1:10] "rs7212798" "rs7212798" "rs7212798" "rs7212798" ...
  ..$ ea      : chr [1:10] "C" "C" "C" "C" ...
  ..$ nea     : chr [1:10] "T" "T" "T" "T" ...
  ..$ eaf     : num [1:10] 0.149 0.149 0.148 0.148 0.148 ...
  ..$ beta    : num [1:10] -0.00908 -0.0565 -0.03717 -0.0369 -0.00497 ...
  ..$ se      : num [1:10] 0.000551 0.00343 0.002734 0.003072 0.000549 ...
  ..$ p       : num [1:10] 5.06e-61 6.18e-61 4.39e-42 3.10e-33 1.34e-19 ...
  ..$ n       : num [1:10] 314658 314658 344104 344264 344264 ...
 $ : tibble [20 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:20] "ukb-d-30640_irnt" "ukb-d-30640_raw" "ukb-d-30780_raw" "ukb-d-30780_irnt" ...
  ..$ trait   : chr [1:20] "Apoliprotein B" "Apoliprotein B" "LDL direct" "LDL direct" ...
  ..$ chr     : chr [1:20] "2" "2" "2" "2" ...
  ..$ position: int [1:20] 21286057 21286057 21286057 21286057 21286057 21286057 21286057 21286057 21286057 21286057 ...
  ..$ rsid    : chr [1:20] "rs515135" "rs515135" "rs515135" "rs515135" ...
  ..$ ea      : chr [1:20] "C" "C" "C" "C" ...
  ..$ nea     : chr [1:20] "T" "T" "T" "T" ...
  ..$ eaf     : num [1:20] 0.821 0.821 0.821 0.821 0.821 ...
  ..$ beta    : num [1:20] 0.1325 0.0319 0.0896 0.1012 0.1072 ...
  ..$ se      : num [1:20] 0.003089 0.000736 0.002667 0.003069 0.003451 ...
  ..$ p       : num [1:20] 0.00 0.00 2.56e-247 2.97e-238 1.46e-211 ...
  ..$ n       : num [1:20] 342590 342590 343621 343621 344278 ...
 $ : tibble [63 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:63] "ukb-b-16446" "ukb-b-13354" "ukb-b-14540" "ukb-b-17271" ...
  ..$ trait   : chr [1:63] "Basal metabolic rate" "Whole body fat-free mass" "Whole body water mass" "Leg predicted mass (left)" ...
  ..$ chr     : chr [1:63] "18" "18" "18" "18" ...
  ..$ position: int [1:63] 57838401 57838401 57838401 57838401 57838401 57838401 57838401 57838401 57838401 57838401 ...
  ..$ rsid    : chr [1:63] "rs663129" "rs663129" "rs663129" "rs663129" ...
  ..$ ea      : chr [1:63] "A" "A" "A" "A" ...
  ..$ nea     : chr [1:63] "G" "G" "G" "G" ...
  ..$ eaf     : num [1:63] 0.233 0.233 0.233 0.233 0.233 ...
  ..$ beta    : num [1:63] 0.0456 0.043 0.0431 0.0443 0.0444 ...
  ..$ se      : num [1:63] 0.00155 0.00147 0.00147 0.00153 0.00154 ...
  ..$ p       : num [1:63] 5.70e-191 5.79e-188 7.29e-188 3.50e-184 7.29e-183 ...
  ..$ n       : num [1:63] 454874 454850 454888 454799 454805 ...
 $ : tibble [0 × 0] (S3: tbl_df/tbl/data.frame)
 Named list()
 $ : tibble [14 × 12] (S3: tbl_df/tbl/data.frame)
  ..$ id      : chr [1:14] "ukb-b-10787" "ukb-d-30080_irnt" "ukb-b-16881" "ukb-d-30100_irnt" ...
  ..$ trait   : chr [1:14] "Standing height" "Platelet count" "Sitting height" "Mean platelet (thrombocyte) volume" ...
  ..$ chr     : chr [1:14] "4" "4" "4" "4" ...
  ..$ position: int [1:14] 57838583 57838583 57838583 57838583 57838583 57838583 57838583 57838583 57838583 57838583 ...
  ..$ rsid    : chr [1:14] "rs17087335" "rs17087335" "rs17087335" "rs17087335" ...
  ..$ ea      : chr [1:14] "T" "T" "T" "T" ...
  ..$ nea     : chr [1:14] "G" "G" "G" "G" ...
  ..$ eaf     : num [1:14] 0.187 0.187 0.187 0.187 0.187 ...
  ..$ beta    : num [1:14] 0.0232 -0.0286 0.0176 0.0271 -0.027 ...
  ..$ se      : num [1:14] 0.00167 0.00297 0.00193 0.00307 0.00306 ...
  ..$ p       : num [1:14] 1.10e-43 5.04e-22 5.50e-20 8.72e-19 1.21e-18 ...
  ..$ n       : num [1:14] 461950 350474 461536 350470 350470 ...
sbpid <- "ieu-b-5138"
ldlid <- "ukb-d-30780_raw"
# smokingid <- "ieu-b-4877"
smokingid <- "ukb-b-10831"
alcoholid <- "ukb-b-5779"
bmiid <- "ukb-b-2303"

allintids <- c(sbpid, ldlid, smokingid, alcoholid, bmiid)
int_inst <- extract_instruments(allintids)
# outdat <- extract_outcome_data(int_inst$SNP, "ukb-d-I9_IHD")
file_url <- ieugwasr::gwasinfo_files("ukb-d-I9_IHD")
str(file_url)

lapply(file_url$`ukb-d-I9_IHD`, function(url) download.file(url, destfile = basename(url)))
tibble [3 × 1] (S3: tbl_df/tbl/data.frame)
 $ ukb-d-I9_IHD: chr [1:3] "https://ieup4.objectstorage.uk-london-1.oci.customer-oci.com/p/bkbj-TT3jprjbViWkOQOP20ubWrMPvOdfGSXh-iK_potksf3"| __truncated__ "https://ieup4.objectstorage.uk-london-1.oci.customer-oci.com/p/bv1oTLdS10ws9h4Zf1ZBQ4XRMTkS28BVnVrk5zIeLxc7nI2C"| __truncated__ "https://ieup4.objectstorage.uk-london-1.oci.customer-oci.com/p/JP6DZP_i3C_4enxS5WbB-Ox9ZHvOetFWsL8tPcNteH3k7T1A"| __truncated__
  1. 0
  2. 0
  3. 0
library(gwasvcf)
set_bcftools("~/bin/bcftools")
outdat <- query_gwas(rsid = int_inst$SNP, vcf = "ukb-d-I9_IHD.vcf.gz") %>% vcf_to_tibble()
str(outdat)
tibble [988 × 21] (S3: tbl_df/tbl/data.frame)
 $ seqnames    : Factor w/ 84 levels "1","2","3","4",..: 1 1 1 1 1 1 1 1 1 1 ...
 $ start       : int [1:988] 940096 1345970 1601052 1687482 2723214 3327032 4569436 6657424 6693097 10767902 ...
 $ end         : int [1:988] 940096 1345970 1601052 1687482 2723214 3327032 4569436 6657424 6693097 10767902 ...
 $ width       : int [1:988] 1 1 1 1 1 1 1 1 1 1 ...
 $ strand      : Factor w/ 3 levels "+","-","*": 3 3 3 3 3 3 3 3 3 3 ...
 $ paramRangeID: Factor w/ 0 levels: NA NA NA NA NA NA NA NA NA NA ...
 $ REF         : chr [1:988] "C" "A" "G" "G" ...
 $ ALT         : chr [1:988] "T" "G" "A" "T" ...
 $ QUAL        : num [1:988] NA NA NA NA NA NA NA NA NA NA ...
 $ FILTER      : chr [1:988] "PASS" "PASS" "PASS" "PASS" ...
 $ ES          : num [1:988] -1.09e-05 -2.94e-04 -1.57e-03 -1.46e-03 -1.26e-03 ...
 $ SE          : num [1:988] 0.000545 0.00101 0.000621 0.000539 0.000542 ...
 $ LP          : num [1:988] 0.00698 0.11303 1.94505 2.16349 1.69665 ...
 $ AF          : num [1:988] 0.565 0.082 0.26 0.501 0.466 ...
 $ SS          : num [1:988] 361194 361194 361194 361194 361194 ...
 $ EZ          : num [1:988] NA NA NA NA NA NA NA NA NA NA ...
 $ SI          : num [1:988] NA NA NA NA NA NA NA NA NA NA ...
 $ NC          : num [1:988] NA NA NA NA NA NA NA NA NA NA ...
 $ ID          : chr [1:988] "rs4503294" "rs28756423" "rs72634826" "rs2076328" ...
 $ id          : chr [1:988] "ukb-d-I9_IHD" "ukb-d-I9_IHD" "ukb-d-I9_IHD" "ukb-d-I9_IHD" ...
 $ rsid        : chr [1:988] "rs4503294" "rs28756423" "rs72634826" "rs2076328" ...
outdat <- outdat %>%
    rename(SNP = ID, chr.outcome = seqnames, pos.outcome = start, other_allele.outcome = REF, effect_allele.outcome = ALT, pval.outcome = LP, beta.outcome = ES, se.outcome = SE, sample_size.outcome = SS, id.outcome = id, eaf.outcome = AF) %>%
    mutate(outcome = "CHD")
str(outdat)
tibble [988 × 22] (S3: tbl_df/tbl/data.frame)
 $ chr.outcome          : Factor w/ 84 levels "1","2","3","4",..: 1 1 1 1 1 1 1 1 1 1 ...
 $ pos.outcome          : int [1:988] 940096 1345970 1601052 1687482 2723214 3327032 4569436 6657424 6693097 10767902 ...
 $ end                  : int [1:988] 940096 1345970 1601052 1687482 2723214 3327032 4569436 6657424 6693097 10767902 ...
 $ width                : int [1:988] 1 1 1 1 1 1 1 1 1 1 ...
 $ strand               : Factor w/ 3 levels "+","-","*": 3 3 3 3 3 3 3 3 3 3 ...
 $ paramRangeID         : Factor w/ 0 levels: NA NA NA NA NA NA NA NA NA NA ...
 $ other_allele.outcome : chr [1:988] "C" "A" "G" "G" ...
 $ effect_allele.outcome: chr [1:988] "T" "G" "A" "T" ...
 $ QUAL                 : num [1:988] NA NA NA NA NA NA NA NA NA NA ...
 $ FILTER               : chr [1:988] "PASS" "PASS" "PASS" "PASS" ...
 $ beta.outcome         : num [1:988] -1.09e-05 -2.94e-04 -1.57e-03 -1.46e-03 -1.26e-03 ...
 $ se.outcome           : num [1:988] 0.000545 0.00101 0.000621 0.000539 0.000542 ...
 $ pval.outcome         : num [1:988] 0.00698 0.11303 1.94505 2.16349 1.69665 ...
 $ eaf.outcome          : num [1:988] 0.565 0.082 0.26 0.501 0.466 ...
 $ sample_size.outcome  : num [1:988] 361194 361194 361194 361194 361194 ...
 $ EZ                   : num [1:988] NA NA NA NA NA NA NA NA NA NA ...
 $ SI                   : num [1:988] NA NA NA NA NA NA NA NA NA NA ...
 $ NC                   : num [1:988] NA NA NA NA NA NA NA NA NA NA ...
 $ SNP                  : chr [1:988] "rs4503294" "rs28756423" "rs72634826" "rs2076328" ...
 $ id.outcome           : chr [1:988] "ukb-d-I9_IHD" "ukb-d-I9_IHD" "ukb-d-I9_IHD" "ukb-d-I9_IHD" ...
 $ rsid                 : chr [1:988] "rs4503294" "rs28756423" "rs72634826" "rs2076328" ...
 $ outcome              : chr [1:988] "CHD" "CHD" "CHD" "CHD" ...
# Find which CHD SNPs associate with these traits
allintids
chd$rsid

lapply(allintids, \(x) {
    fn <- gwasinfo_files(x)[[x]]
    lapply(fn, \(y) download.file(y, destfile = basename(y)))
})


# file_list <- gwasinfo_files(allintids)


# int_chd <- extract_outcome_data(snps = chd$rsid, outcomes = allintids, proxies=FALSE) %>%
#     filter(pval.outcome < 5e-8) %>%
#     select(SNP, id.outcome) %>%
#     distinct()
# str(int_chd)
  1. 'ieu-b-5138'
  2. 'ukb-d-30780_raw'
  3. 'ukb-b-10831'
  4. 'ukb-b-5779'
  5. 'ukb-b-2303'
  1. 'rs2891168'
  2. 'rs9349379'
  3. 'rs55730499'
  4. 'rs7528419'
  5. 'rs115654617'
  6. 'rs4468572'
  7. 'rs10080815'
  8. 'rs28451064'
  9. 'rs56289821'
  10. 'rs1870634'
  11. 'rs9970807'
  12. 'rs67180937'
  13. 'rs1412444'
  14. 'rs2519093'
  15. 'rs12202017'
  16. 'rs2487928'
  17. 'rs11556924'
  18. 'rs2681472'
  19. 'rs2128739'
  20. 'rs4420638'
  21. 'rs2107595'
  22. 'rs180803'
  23. 'rs11838776'
  24. 'rs11065979'
  25. 'rs7568458'
  26. 'rs4593108'
  27. 'rs3918226'
  28. 'rs6689306'
  29. 'rs17678683'
  30. 'rs1199338'
  31. 'rs56062135'
  32. 'rs11191416'
  33. 'rs10840293'
  34. 'rs10139550'
  35. 'rs16986953'
  36. 'rs56336142'
  37. 'rs7212798'
  38. 'rs515135'
  39. 'rs663129'
  40. 'rs8042271'
  41. 'rs17087335'
    1. 0
    2. 0
    3. 0
    1. 0
    2. 0
    3. 0
    1. 0
    2. 0
    3. 0
    4. 0
    5. 0
    1. 0
    2. 0
    3. 0
    4. 0
    5. 0
    1. 0
    2. 0
    3. 0
    4. 0
    5. 0
library(gwasvcf)
gwasvcf_to_TwoSampleMR <- function(vcf, type="exposure")
{
    a <- vcf %>% gwasvcf::vcf_to_granges()
    S4Vectors::mcols(a)[["SNP"]] <- names(a)
    a <- dplyr::as_tibble(a)
    if(!"ES" %in% names(a)) a[["ES"]] <- NA
    if(!"SE" %in% names(a)) a[["SE"]] <- NA
    if(!"LP" %in% names(a)) a[["LP"]] <- NA
    if(!"SS" %in% names(a)) a[["SS"]] <- NA
    if(!"NC" %in% names(a)) a[["NC"]] <- NA
    if(!"id" %in% names(a)) a[["id"]] <- NA
    a[["LP"]] <- 10^-a[["LP"]]
    a[["NCONT"]] <- a[["SS"]] - a[["NC"]]
    a <- TwoSampleMR::format_data(
        a, type=type,
        snp_col="SNP",
        effect_allele_col="ALT",
        other_allele_col="REF",
        eaf_col="AF",
        chr_col="seqnames",
        pos_col="start",
        beta_col="ES",
        se_col="SE",
        pval_col="LP",
        samplesize_col="SS",
        ncase_col="NC",
        ncontrol_col="NCONT",
        phenotype_col="id"
    )
    idcol <- paste0("id.", type)
    a[[idcol]] <- tolower(a[[type]])
    a
}


int_chd <- lapply(allintids, \(x) {
    message(x)
    a <- query_gwas(rsid = chd$rsid, vcf = paste0(x, ".vcf.gz")) %>% gwasvcf_to_TwoSampleMR(., type="outcome")
    a <- a %>% filter(pval.outcome < 5e-8) %>%
        select(SNP, id.outcome) %>%
        distinct()
    a
}) %>% bind_rows()
ieu-b-5138

ukb-d-30780_raw

ukb-b-10831

ukb-b-5779

ukb-b-2303
table(int_chd$id.outcome)

     ieu-b-5138     ukb-b-10831      ukb-b-2303      ukb-b-5779 ukb-d-30780_raw 
              7               1               3               2              10 
str(int_chd)
'data.frame':   23 obs. of  2 variables:
 $ SNP       : chr  "rs9349379" "rs2107595" "rs11191416" "rs10840293" ...
 $ id.outcome: chr  "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
save(chd, outdat, int_inst, allintids, phewas_result, int_chd, file = "chd_phewas_result.Rdata")
load("chd_phewas_result.Rdata")
dat1 <- harmonise_data(int_inst, outdat, action=1)
int_mr_res <- mr(dat1, method_list=c("mr_ivw", "mr_wald_ratio"))
int_mr_res %>% arrange(pval) %>% select(exposure, nsnp, b, se, pval)

int_mr_res %>% ggplot(., aes(x=b, y=exposure)) + geom_point() + geom_errorbarh(aes(xmin=b-1.96*se, xmax=b+1.96*se), height=0.2) + theme_bw() + geom_vline(xintercept = 0, linetype="dashed") + xlab("Effect of trait on schizophrenia (log OR)") + ylab("Trait")
Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'
A data.frame: 5 × 5
exposure nsnp b se pval
<chr> <dbl> <dbl> <dbl> <dbl>
Body mass index (BMI) || id:ukb-b-2303 446 0.025129858 0.0020951985 3.818998e-33
Systolic Blood Pressure (SBP) || id:ieu-b-5138 273 0.002050455 0.0002064469 3.017665e-23
LDL direct || id:ukb-d-30780_raw 159 0.029673774 0.0039983892 1.158607e-13
Alcohol intake frequency. || id:ukb-b-5779 98 0.006556994 0.0041099535 1.106242e-01
Pack years of smoking || id:ukb-b-10831 11 0.017592499 0.0114106842 1.231327e-01
`height` was translated to `width`.

dat2 <- dat1
dat2 <- add_metadata(dat2)
dat2 <- add_rsq(dat2)
str(dat2)
dat1 <- steiger_filtering(dat2)
table(dat1$steiger_dir)
'data.frame':   992 obs. of  55 variables:
 $ SNP                   : chr  "rs10029530" "rs10031363" "rs10160382" "rs10260816" ...
 $ effect_allele.exposure: chr  "T" "T" "C" "G" ...
 $ other_allele.exposure : chr  "A" "G" "T" "C" ...
 $ effect_allele.outcome : chr  "T" "T" "C" "G" ...
 $ other_allele.outcome  : chr  "A" "G" "T" "C" ...
 $ beta.exposure         : num  -0.337 -0.231 0.209 -0.32 -0.21 ...
 $ beta.outcome          : num  -0.001416 -0.00028 0.000114 0.001274 -0.000668 ...
 $ eaf.exposure          : num  0.66 0.595 0.346 0.44 0.54 ...
 $ eaf.outcome           : num  0.659 0.596 0.346 0.438 0.54 ...
 $ remove                : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
 $ palindromic           : logi  TRUE FALSE FALSE TRUE FALSE FALSE ...
 $ ambiguous             : logi  FALSE FALSE FALSE TRUE FALSE FALSE ...
 $ id.outcome            : chr  "ukb-d-I9_IHD" "ukb-d-I9_IHD" "ukb-d-I9_IHD" "ukb-d-I9_IHD" ...
 $ chr.outcome           : Factor w/ 84 levels "1","2","3","4",..: 4 4 11 7 10 12 1 9 9 11 ...
 $ pos.outcome           : int  156439190 144164198 76127214 46010100 82136921 111910219 113044328 113155247 116695205 10665235 ...
 $ end                   : int  156439190 144164198 76127214 46010100 82136921 111910219 113044328 113155247 116695205 10665235 ...
 $ width                 : int  1 1 1 1 1 1 1 1 1 1 ...
 $ strand                : Factor w/ 3 levels "+","-","*": 3 3 3 3 3 3 3 3 3 3 ...
 $ paramRangeID          : Factor w/ 0 levels: NA NA NA NA NA NA NA NA NA NA ...
 $ QUAL                  : num  NA NA NA NA NA NA NA NA NA NA ...
 $ FILTER                : chr  "PASS" "PASS" "PASS" "PASS" ...
 $ se.outcome            : num  0.000568 0.000549 0.000567 0.000543 0.00054 ...
 $ pval.outcome          : num  1.8987 0.2149 0.0753 1.7237 0.6656 ...
 $ sample_size.outcome   : num  361194 361194 361194 361194 361194 ...
 $ EZ                    : num  NA NA NA NA NA NA NA NA NA NA ...
 $ SI                    : num  NA NA NA NA NA NA NA NA NA NA ...
 $ NC                    : num  NA NA NA NA NA NA NA NA NA NA ...
 $ rsid                  : chr  "rs10029530" "rs10031363" "rs10160382" "rs10260816" ...
 $ outcome               : chr  "CHD" "CHD" "CHD" "CHD" ...
 $ id.exposure           : chr  "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
 $ chr.exposure          : chr  "4" "4" "11" "7" ...
 $ pos.exposure          : int  156439190 144164198 76127214 46010100 82136921 111910219 113044328 113155247 116695205 10665235 ...
 $ se.exposure           : num  0.0384 0.037 0.0383 0.0366 0.0365 ...
 $ pval.exposure         : num  1.5e-18 4.7e-10 4.9e-08 2.5e-18 8.4e-09 ...
 $ samplesize.exposure   : num  435859 435859 435859 435859 435859 ...
 $ exposure              : chr  "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
 $ mr_keep.exposure      : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
 $ pval_origin.exposure  : chr  "reported" "reported" "reported" "reported" ...
 $ data_source.exposure  : chr  "igd" "igd" "igd" "igd" ...
 $ action                : num  1 1 1 1 1 1 1 1 1 1 ...
 $ SNP_index             : int  1 1 1 1 1 1 1 1 1 1 ...
 $ mr_keep               : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
 $ samplesize.outcome    : num  361194 361194 361194 361194 361194 ...
 $ ncase.exposure        : logi  NA NA NA NA NA NA ...
 $ ncontrol.exposure     : logi  NA NA NA NA NA NA ...
 $ units.exposure        : chr  "mmHg" "mmHg" "mmHg" "mmHg" ...
 $ sd.exposure           : num  18.5 18.5 18.5 18.5 18.5 ...
 $ ncase.outcome         : int  20857 20857 20857 20857 20857 20857 20857 20857 20857 20857 ...
 $ ncontrol.outcome      : int  340337 340337 340337 340337 340337 340337 340337 340337 340337 340337 ...
 $ units.outcome         : logi  NA NA NA NA NA NA ...
 $ sd.outcome            : logi  NA NA NA NA NA NA ...
 $ rsq.exposure          : num  1.77e-04 8.90e-05 6.83e-05 1.75e-04 7.61e-05 ...
 $ effective_n.exposure  : num  435859 435859 435859 435859 435859 ...
 $ rsq.outcome           : num  1.72e-05 7.22e-07 1.12e-07 1.53e-05 4.24e-06 ...
 $ effective_n.outcome   : num  361194 361194 361194 361194 361194 ...

FALSE  TRUE 
    4   988 
int_mr_res <- mr(dat1 %>% filter(steiger_dir), method_list=c("mr_ivw", "mr_wald_ratio"))
int_mr_res %>% arrange(pval) %>% select(exposure, nsnp, b, se, pval) %>% mutate(fdr = p.adjust(pval, method="fdr"))
Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'
A data.frame: 5 × 6
exposure nsnp b se pval fdr
<chr> <dbl> <dbl> <dbl> <dbl> <dbl>
Body mass index (BMI) || id:ukb-b-2303 446 0.025129858 0.0020951985 3.818998e-33 1.909499e-32
Systolic Blood Pressure (SBP) || id:ieu-b-5138 272 0.002114148 0.0001959025 3.761897e-27 9.404743e-27
LDL direct || id:ukb-d-30780_raw 157 0.030066783 0.0031896431 4.244920e-21 7.074867e-21
Alcohol intake frequency. || id:ukb-b-5779 97 0.008459347 0.0035208303 1.627645e-02 2.034557e-02
Pack years of smoking || id:ukb-b-10831 11 0.017592499 0.0114106842 1.231327e-01 1.231327e-01
# For each int trait, I need to get the CHD target SNPs that associate with it. Then for each target SNP-int pair I need to make two exposure datasets, one using the target SNP, the other using all other SNPs.
make_set <- function(int_chd, int_inst, chd) {
    dats <- lapply(1:nrow(int_chd), function(i) {
        snp <- int_chd$SNP[i]
        int <- int_chd$id.outcome[i]
        
        int_dat <- int_inst %>% filter(id.exposure == int)
        j <- which(chd$rsid == snp)
        target_region_dat <- int_dat %>%
            filter(chr.exposure == chd$chr[j] & abs(pos.exposure - chd$position[j]) < 1e6) %>%
            mutate(
                id.exposure = paste0("target - ", snp, id.exposure),
                exposure = paste0("target - ", snp, " - ", exposure)
            )
        
        other_region_dat <- subset(int_dat, !SNP %in% target_region_dat$SNP)
        
        bind_rows(other_region_dat, target_region_dat)
    })
    names(dats) <- paste(int_chd$SNP, int_chd$id.outcome, sep="_")
    dats
}

exp_sets <- make_set(int_chd, int_inst, chd)
str(exp_sets)
List of 23
 $ rs9349379_ieu-b-5138       :'data.frame':    285 obs. of  15 variables:
  ..$ id.exposure           : chr [1:285] "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
  ..$ chr.exposure          : chr [1:285] "5" "7" "4" "1" ...
  ..$ pos.exposure          : int [1:285] 32831939 106412082 81174592 11895795 90046518 100610546 18727959 104906211 11526765 164954174 ...
  ..$ SNP                   : chr [1:285] "rs12656497" "rs62481856" "rs13125101" "rs55857306" ...
  ..$ effect_allele.exposure: chr [1:285] "C" "A" "A" "A" ...
  ..$ other_allele.exposure : chr [1:285] "T" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:285] 0.596 0.197 0.292 0.162 0.829 ...
  ..$ beta.exposure         : num [1:285] 0.621 0.75 0.656 -0.752 0.683 ...
  ..$ se.exposure           : num [1:285] 0.037 0.0456 0.04 0.0492 0.0483 ...
  ..$ pval.exposure         : num [1:285] 4.4e-63 7.0e-61 2.0e-60 1.2e-52 2.0e-45 ...
  ..$ samplesize.exposure   : num [1:285] NA NA NA NA NA NA NA NA NA NA ...
  ..$ exposure              : chr [1:285] "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
  ..$ mr_keep.exposure      : logi [1:285] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:285] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:285] "igd" "igd" "igd" "igd" ...
 $ rs2107595_ieu-b-5138       :'data.frame':    285 obs. of  15 variables:
  ..$ id.exposure           : chr [1:285] "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
  ..$ chr.exposure          : chr [1:285] "5" "7" "4" "1" ...
  ..$ pos.exposure          : int [1:285] 32831939 106412082 81174592 11895795 90046518 100610546 18727959 104906211 11526765 164954174 ...
  ..$ SNP                   : chr [1:285] "rs12656497" "rs62481856" "rs13125101" "rs55857306" ...
  ..$ effect_allele.exposure: chr [1:285] "C" "A" "A" "A" ...
  ..$ other_allele.exposure : chr [1:285] "T" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:285] 0.596 0.197 0.292 0.162 0.829 ...
  ..$ beta.exposure         : num [1:285] 0.621 0.75 0.656 -0.752 0.683 ...
  ..$ se.exposure           : num [1:285] 0.037 0.0456 0.04 0.0492 0.0483 ...
  ..$ pval.exposure         : num [1:285] 4.4e-63 7.0e-61 2.0e-60 1.2e-52 2.0e-45 ...
  ..$ samplesize.exposure   : num [1:285] NA NA NA NA NA NA NA NA NA NA ...
  ..$ exposure              : chr [1:285] "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
  ..$ mr_keep.exposure      : logi [1:285] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:285] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:285] "igd" "igd" "igd" "igd" ...
 $ rs11191416_ieu-b-5138      :'data.frame':    285 obs. of  15 variables:
  ..$ id.exposure           : chr [1:285] "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
  ..$ chr.exposure          : chr [1:285] "5" "7" "4" "1" ...
  ..$ pos.exposure          : int [1:285] 32831939 106412082 81174592 11895795 90046518 100610546 18727959 11526765 164954174 91418394 ...
  ..$ SNP                   : chr [1:285] "rs12656497" "rs62481856" "rs13125101" "rs55857306" ...
  ..$ effect_allele.exposure: chr [1:285] "C" "A" "A" "A" ...
  ..$ other_allele.exposure : chr [1:285] "T" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:285] 0.596 0.197 0.292 0.162 0.829 ...
  ..$ beta.exposure         : num [1:285] 0.621 0.75 0.656 -0.752 0.683 ...
  ..$ se.exposure           : num [1:285] 0.037 0.0456 0.04 0.0492 0.0483 ...
  ..$ pval.exposure         : num [1:285] 4.4e-63 7.0e-61 2.0e-60 1.2e-52 2.0e-45 ...
  ..$ samplesize.exposure   : num [1:285] NA NA NA NA NA NA NA NA NA NA ...
  ..$ exposure              : chr [1:285] "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
  ..$ mr_keep.exposure      : logi [1:285] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:285] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:285] "igd" "igd" "igd" "igd" ...
 $ rs10840293_ieu-b-5138      :'data.frame':    285 obs. of  15 variables:
  ..$ id.exposure           : chr [1:285] "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
  ..$ chr.exposure          : chr [1:285] "5" "7" "4" "1" ...
  ..$ pos.exposure          : int [1:285] 32831939 106412082 81174592 11895795 90046518 100610546 18727959 104906211 11526765 164954174 ...
  ..$ SNP                   : chr [1:285] "rs12656497" "rs62481856" "rs13125101" "rs55857306" ...
  ..$ effect_allele.exposure: chr [1:285] "C" "A" "A" "A" ...
  ..$ other_allele.exposure : chr [1:285] "T" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:285] 0.596 0.197 0.292 0.162 0.829 ...
  ..$ beta.exposure         : num [1:285] 0.621 0.75 0.656 -0.752 0.683 ...
  ..$ se.exposure           : num [1:285] 0.037 0.0456 0.04 0.0492 0.0483 ...
  ..$ pval.exposure         : num [1:285] 4.4e-63 7.0e-61 2.0e-60 1.2e-52 2.0e-45 ...
  ..$ samplesize.exposure   : num [1:285] NA NA NA NA NA NA NA NA NA NA ...
  ..$ exposure              : chr [1:285] "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
  ..$ mr_keep.exposure      : logi [1:285] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:285] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:285] "igd" "igd" "igd" "igd" ...
 $ rs2681472_ieu-b-5138       :'data.frame':    285 obs. of  15 variables:
  ..$ id.exposure           : chr [1:285] "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
  ..$ chr.exposure          : chr [1:285] "5" "7" "4" "1" ...
  ..$ pos.exposure          : int [1:285] 32831939 106412082 81174592 11895795 100610546 18727959 104906211 11526765 164954174 91418394 ...
  ..$ SNP                   : chr [1:285] "rs12656497" "rs62481856" "rs13125101" "rs55857306" ...
  ..$ effect_allele.exposure: chr [1:285] "C" "A" "A" "A" ...
  ..$ other_allele.exposure : chr [1:285] "T" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:285] 0.596 0.197 0.292 0.162 0.725 ...
  ..$ beta.exposure         : num [1:285] 0.621 0.75 0.656 -0.752 0.568 ...
  ..$ se.exposure           : num [1:285] 0.037 0.0456 0.04 0.0492 0.0409 ...
  ..$ pval.exposure         : num [1:285] 4.4e-63 7.0e-61 2.0e-60 1.2e-52 8.1e-44 ...
  ..$ samplesize.exposure   : num [1:285] NA NA NA NA NA NA NA NA NA NA ...
  ..$ exposure              : chr [1:285] "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
  ..$ mr_keep.exposure      : logi [1:285] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:285] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:285] "igd" "igd" "igd" "igd" ...
 $ rs11065979_ieu-b-5138      :'data.frame':    285 obs. of  15 variables:
  ..$ id.exposure           : chr [1:285] "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
  ..$ chr.exposure          : chr [1:285] "5" "7" "4" "1" ...
  ..$ pos.exposure          : int [1:285] 32831939 106412082 81174592 11895795 90046518 100610546 18727959 104906211 11526765 164954174 ...
  ..$ SNP                   : chr [1:285] "rs12656497" "rs62481856" "rs13125101" "rs55857306" ...
  ..$ effect_allele.exposure: chr [1:285] "C" "A" "A" "A" ...
  ..$ other_allele.exposure : chr [1:285] "T" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:285] 0.596 0.197 0.292 0.162 0.829 ...
  ..$ beta.exposure         : num [1:285] 0.621 0.75 0.656 -0.752 0.683 ...
  ..$ se.exposure           : num [1:285] 0.037 0.0456 0.04 0.0492 0.0483 ...
  ..$ pval.exposure         : num [1:285] 4.4e-63 7.0e-61 2.0e-60 1.2e-52 2.0e-45 ...
  ..$ samplesize.exposure   : num [1:285] NA NA NA NA NA NA NA NA NA NA ...
  ..$ exposure              : chr [1:285] "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
  ..$ mr_keep.exposure      : logi [1:285] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:285] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:285] "igd" "igd" "igd" "igd" ...
 $ rs10139550_ieu-b-5138      :'data.frame':    285 obs. of  15 variables:
  ..$ id.exposure           : chr [1:285] "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
  ..$ chr.exposure          : chr [1:285] "5" "7" "4" "1" ...
  ..$ pos.exposure          : int [1:285] 32831939 106412082 81174592 11895795 90046518 100610546 18727959 104906211 11526765 164954174 ...
  ..$ SNP                   : chr [1:285] "rs12656497" "rs62481856" "rs13125101" "rs55857306" ...
  ..$ effect_allele.exposure: chr [1:285] "C" "A" "A" "A" ...
  ..$ other_allele.exposure : chr [1:285] "T" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:285] 0.596 0.197 0.292 0.162 0.829 ...
  ..$ beta.exposure         : num [1:285] 0.621 0.75 0.656 -0.752 0.683 ...
  ..$ se.exposure           : num [1:285] 0.037 0.0456 0.04 0.0492 0.0483 ...
  ..$ pval.exposure         : num [1:285] 4.4e-63 7.0e-61 2.0e-60 1.2e-52 2.0e-45 ...
  ..$ samplesize.exposure   : num [1:285] NA NA NA NA NA NA NA NA NA NA ...
  ..$ exposure              : chr [1:285] "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
  ..$ mr_keep.exposure      : logi [1:285] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:285] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:285] "igd" "igd" "igd" "igd" ...
 $ rs7528419_ukb-d-30780_raw  :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "19" "19" "2" ...
  ..$ pos.exposure          : int [1:160] 55505647 11197261 45413233 21289432 126500031 74656539 45412955 19379549 45337918 45173951 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12151108" "rs1065853" "rs581411" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "A" "T" "A" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.1187 0.0803 0.8213 0.4194 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1567 -0.402 0.0901 -0.0544 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00315 0.0037 0.00267 0.0021 ...
  ..$ pval.exposure         : num [1:160] 1.00e-200 1.00e-200 1.00e-200 1.00e-200 2.64e-148 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs515135_ukb-d-30780_raw   :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "19" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 11197261 45413233 126500031 74656539 45412955 19379549 45337918 45173951 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs12151108" "rs1065853" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "A" "T" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.1187 0.0803 0.4194 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.1567 -0.402 -0.0544 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.00315 0.0037 0.0021 ...
  ..$ pval.exposure         : num [1:160] 1.00e-200 1.00e-200 1.00e-200 1.00e-200 2.64e-148 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs115654617_ukb-d-30780_raw:'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "19" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 11197261 45413233 21289432 126500031 74656539 45412955 19379549 45337918 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs12151108" "rs1065853" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "A" "T" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.1187 0.0803 0.8213 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.1567 -0.402 0.0901 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.00315 0.0037 0.00267 ...
  ..$ pval.exposure         : num [1:160] 1e-200 1e-200 1e-200 1e-200 1e-200 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs10080815_ukb-d-30780_raw :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "19" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 11197261 45413233 21289432 126500031 74656539 45412955 19379549 45337918 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs12151108" "rs1065853" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "A" "T" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.1187 0.0803 0.8213 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.1567 -0.402 0.0901 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.00315 0.0037 0.00267 ...
  ..$ pval.exposure         : num [1:160] 1e-200 1e-200 1e-200 1e-200 1e-200 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs55730499_ukb-d-30780_raw :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "19" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 11197261 45413233 21289432 126500031 74656539 45412955 19379549 45337918 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs12151108" "rs1065853" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "A" "T" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.1187 0.0803 0.8213 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.1567 -0.402 0.0901 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.00315 0.0037 0.00267 ...
  ..$ pval.exposure         : num [1:160] 1e-200 1e-200 1e-200 1e-200 1e-200 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs2891168_ukb-d-30780_raw  :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "19" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 11197261 45413233 21289432 126500031 74656539 45412955 19379549 45337918 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs12151108" "rs1065853" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "A" "T" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.1187 0.0803 0.8213 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.1567 -0.402 0.0901 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.00315 0.0037 0.00267 ...
  ..$ pval.exposure         : num [1:160] 1e-200 1e-200 1e-200 1e-200 1e-200 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs2519093_ukb-d-30780_raw  :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "19" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 11197261 45413233 21289432 126500031 74656539 45412955 19379549 45337918 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs12151108" "rs1065853" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "A" "T" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.1187 0.0803 0.8213 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.1567 -0.402 0.0901 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.00315 0.0037 0.00267 ...
  ..$ pval.exposure         : num [1:160] 1e-200 1e-200 1e-200 1e-200 1e-200 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs11065979_ukb-d-30780_raw :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "19" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 11197261 45413233 21289432 126500031 74656539 45412955 19379549 45337918 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs12151108" "rs1065853" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "A" "T" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.1187 0.0803 0.8213 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.1567 -0.402 0.0901 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.00315 0.0037 0.00267 ...
  ..$ pval.exposure         : num [1:160] 1e-200 1e-200 1e-200 1e-200 1e-200 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs56289821_ukb-d-30780_raw :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "2" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 45413233 21289432 126500031 74656539 45412955 19379549 45337918 45173951 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs1065853" "rs581411" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "T" "A" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.0803 0.8213 0.4194 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.402 0.0901 -0.0544 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.0037 0.00267 0.0021 ...
  ..$ pval.exposure         : num [1:160] 1.00e-200 1.00e-200 1.00e-200 1.00e-200 2.64e-148 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs4420638_ukb-d-30780_raw  :'data.frame':    160 obs. of  15 variables:
  ..$ id.exposure           : chr [1:160] "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" "ukb-d-30780_raw" ...
  ..$ chr.exposure          : chr [1:160] "1" "1" "19" "2" ...
  ..$ pos.exposure          : int [1:160] 55505647 109817590 11197261 21289432 126500031 74656539 19379549 44072576 136149711 160985526 ...
  ..$ SNP                   : chr [1:160] "rs11591147" "rs12740374" "rs12151108" "rs581411" ...
  ..$ effect_allele.exposure: chr [1:160] "T" "T" "A" "A" ...
  ..$ other_allele.exposure : chr [1:160] "G" "G" "G" "G" ...
  ..$ eaf.exposure          : num [1:160] 0.0177 0.2218 0.1187 0.8213 0.4194 ...
  ..$ beta.exposure         : num [1:160] -0.3003 -0.1037 -0.1567 0.0901 -0.0544 ...
  ..$ se.exposure           : num [1:160] 0.00773 0.00246 0.00315 0.00267 0.0021 ...
  ..$ pval.exposure         : num [1:160] 1.00e-200 1.00e-200 1.00e-200 1.00e-200 2.64e-148 ...
  ..$ samplesize.exposure   : num [1:160] 343621 343621 343621 343621 343621 ...
  ..$ exposure              : chr [1:160] "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" "LDL direct || id:ukb-d-30780_raw" ...
  ..$ mr_keep.exposure      : logi [1:160] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:160] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:160] "igd" "igd" "igd" "igd" ...
 $ rs4468572_ukb-b-10831      :'data.frame':    11 obs. of  15 variables:
  ..$ id.exposure           : chr [1:11] "ukb-b-10831" "ukb-b-10831" "ukb-b-10831" "ukb-b-10831" ...
  ..$ chr.exposure          : chr [1:11] "9" "19" "7" "20" ...
  ..$ pos.exposure          : int [1:11] 136481205 41346768 32315613 61991833 26153545 112179953 42547623 104146421 60704484 16377356 ...
  ..$ SNP                   : chr [1:11] "rs3025360" "rs2316205" "rs10226228" "rs45497800" ...
  ..$ effect_allele.exposure: chr [1:11] "A" "C" "G" "T" ...
  ..$ other_allele.exposure : chr [1:11] "G" "T" "A" "C" ...
  ..$ eaf.exposure          : num [1:11] 0.1185 0.4939 0.3744 0.0876 0.1835 ...
  ..$ beta.exposure         : num [1:11] 0.0468 0.0261 0.0266 0.0428 -0.0299 ...
  ..$ se.exposure           : num [1:11] 0.00539 0.00349 0.0036 0.00624 0.00449 ...
  ..$ pval.exposure         : num [1:11] 3.7e-18 7.2e-14 1.5e-13 6.8e-12 2.5e-11 ...
  ..$ samplesize.exposure   : num [1:11] 142387 142387 142387 142387 142387 ...
  ..$ exposure              : chr [1:11] "Pack years of smoking || id:ukb-b-10831" "Pack years of smoking || id:ukb-b-10831" "Pack years of smoking || id:ukb-b-10831" "Pack years of smoking || id:ukb-b-10831" ...
  ..$ mr_keep.exposure      : logi [1:11] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:11] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:11] "igd" "igd" "igd" "igd" ...
 $ rs9349379_ukb-b-5779       :'data.frame':    99 obs. of  15 variables:
  ..$ id.exposure           : chr [1:99] "ukb-b-5779" "ukb-b-5779" "ukb-b-5779" "ukb-b-5779" ...
  ..$ chr.exposure          : chr [1:99] "4" "2" "4" "16" ...
  ..$ pos.exposure          : int [1:99] 100239319 27741237 39414993 28632021 21080859 100290815 54623132 30057148 98344031 103198082 ...
  ..$ SNP                   : chr [1:99] "rs1229984" "rs780094" "rs11940694" "rs2411453" ...
  ..$ effect_allele.exposure: chr [1:99] "C" "C" "G" "G" ...
  ..$ other_allele.exposure : chr [1:99] "T" "T" "A" "T" ...
  ..$ eaf.exposure          : num [1:99] 0.973 0.615 0.604 0.597 0.46 ...
  ..$ beta.exposure         : num [1:99] -0.2617 -0.051 -0.0437 -0.0351 -0.0293 ...
  ..$ se.exposure           : num [1:99] 0.00918 0.00311 0.00312 0.00309 0.00305 ...
  ..$ pval.exposure         : num [1:99] 1.4e-178 1.3e-60 1.0e-44 7.3e-30 7.6e-22 ...
  ..$ samplesize.exposure   : num [1:99] 462346 462346 462346 462346 462346 ...
  ..$ exposure              : chr [1:99] "Alcohol intake frequency. || id:ukb-b-5779" "Alcohol intake frequency. || id:ukb-b-5779" "Alcohol intake frequency. || id:ukb-b-5779" "Alcohol intake frequency. || id:ukb-b-5779" ...
  ..$ mr_keep.exposure      : logi [1:99] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:99] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:99] "igd" "igd" "igd" "igd" ...
 $ rs663129_ukb-b-5779        :'data.frame':    99 obs. of  15 variables:
  ..$ id.exposure           : chr [1:99] "ukb-b-5779" "ukb-b-5779" "ukb-b-5779" "ukb-b-5779" ...
  ..$ chr.exposure          : chr [1:99] "4" "2" "4" "16" ...
  ..$ pos.exposure          : int [1:99] 100239319 27741237 39414993 28632021 21080859 100290815 54623132 30057148 98344031 103198082 ...
  ..$ SNP                   : chr [1:99] "rs1229984" "rs780094" "rs11940694" "rs2411453" ...
  ..$ effect_allele.exposure: chr [1:99] "C" "C" "G" "G" ...
  ..$ other_allele.exposure : chr [1:99] "T" "T" "A" "T" ...
  ..$ eaf.exposure          : num [1:99] 0.973 0.615 0.604 0.597 0.46 ...
  ..$ beta.exposure         : num [1:99] -0.2617 -0.051 -0.0437 -0.0351 -0.0293 ...
  ..$ se.exposure           : num [1:99] 0.00918 0.00311 0.00312 0.00309 0.00305 ...
  ..$ pval.exposure         : num [1:99] 1.4e-178 1.3e-60 1.0e-44 7.3e-30 7.6e-22 ...
  ..$ samplesize.exposure   : num [1:99] 462346 462346 462346 462346 462346 ...
  ..$ exposure              : chr [1:99] "Alcohol intake frequency. || id:ukb-b-5779" "Alcohol intake frequency. || id:ukb-b-5779" "Alcohol intake frequency. || id:ukb-b-5779" "Alcohol intake frequency. || id:ukb-b-5779" ...
  ..$ mr_keep.exposure      : logi [1:99] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:99] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:99] "igd" "igd" "igd" "igd" ...
 $ rs11191416_ukb-b-2303      :'data.frame':    447 obs. of  15 variables:
  ..$ id.exposure           : chr [1:447] "ukb-b-2303" "ukb-b-2303" "ukb-b-2303" "ukb-b-2303" ...
  ..$ chr.exposure          : chr [1:447] "16" "18" "2" "1" ...
  ..$ pos.exposure          : int [1:447] 53806453 57849023 628504 177889025 422144 25145173 27679916 50816887 49920571 45186139 ...
  ..$ SNP                   : chr [1:447] "rs56094641" "rs12967135" "rs6744646" "rs539515" ...
  ..$ effect_allele.exposure: chr [1:447] "G" "A" "G" "C" ...
  ..$ other_allele.exposure : chr [1:447] "A" "G" "A" "A" ...
  ..$ eaf.exposure          : num [1:447] 0.4046 0.2329 0.8283 0.205 0.0483 ...
  ..$ beta.exposure         : num [1:447] 0.0733 0.0536 0.0554 0.0497 -0.0915 ...
  ..$ se.exposure           : num [1:447] 0.00203 0.00236 0.00263 0.00246 0.00464 ...
  ..$ pval.exposure         : num [1:447] 1.0e-200 2.5e-114 1.7e-98 7.0e-91 1.7e-86 ...
  ..$ samplesize.exposure   : num [1:447] 454884 454884 454884 454884 454884 ...
  ..$ exposure              : chr [1:447] "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" ...
  ..$ mr_keep.exposure      : logi [1:447] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:447] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:447] "igd" "igd" "igd" "igd" ...
 $ rs663129_ukb-b-2303        :'data.frame':    447 obs. of  15 variables:
  ..$ id.exposure           : chr [1:447] "ukb-b-2303" "ukb-b-2303" "ukb-b-2303" "ukb-b-2303" ...
  ..$ chr.exposure          : chr [1:447] "16" "2" "1" "2" ...
  ..$ pos.exposure          : int [1:447] 53806453 628504 177889025 422144 25145173 27679916 50816887 49920571 45186139 50263148 ...
  ..$ SNP                   : chr [1:447] "rs56094641" "rs6744646" "rs539515" "rs62107261" ...
  ..$ effect_allele.exposure: chr [1:447] "G" "G" "C" "C" ...
  ..$ other_allele.exposure : chr [1:447] "A" "A" "A" "T" ...
  ..$ eaf.exposure          : num [1:447] 0.4046 0.8283 0.205 0.0483 0.4876 ...
  ..$ beta.exposure         : num [1:447] 0.0733 0.0554 0.0497 -0.0915 0.0335 ...
  ..$ se.exposure           : num [1:447] 0.00203 0.00263 0.00246 0.00464 0.00198 ...
  ..$ pval.exposure         : num [1:447] 1.0e-200 1.7e-98 7.0e-91 1.7e-86 6.6e-64 ...
  ..$ samplesize.exposure   : num [1:447] 454884 454884 454884 454884 454884 ...
  ..$ exposure              : chr [1:447] "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" ...
  ..$ mr_keep.exposure      : logi [1:447] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:447] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:447] "igd" "igd" "igd" "igd" ...
 $ rs4420638_ukb-b-2303       :'data.frame':    447 obs. of  15 variables:
  ..$ id.exposure           : chr [1:447] "ukb-b-2303" "ukb-b-2303" "ukb-b-2303" "ukb-b-2303" ...
  ..$ chr.exposure          : chr [1:447] "16" "18" "2" "1" ...
  ..$ pos.exposure          : int [1:447] 53806453 57849023 628504 177889025 422144 25145173 27679916 50816887 49920571 45186139 ...
  ..$ SNP                   : chr [1:447] "rs56094641" "rs12967135" "rs6744646" "rs539515" ...
  ..$ effect_allele.exposure: chr [1:447] "G" "A" "G" "C" ...
  ..$ other_allele.exposure : chr [1:447] "A" "G" "A" "A" ...
  ..$ eaf.exposure          : num [1:447] 0.4046 0.2329 0.8283 0.205 0.0483 ...
  ..$ beta.exposure         : num [1:447] 0.0733 0.0536 0.0554 0.0497 -0.0915 ...
  ..$ se.exposure           : num [1:447] 0.00203 0.00236 0.00263 0.00246 0.00464 ...
  ..$ pval.exposure         : num [1:447] 1.0e-200 2.5e-114 1.7e-98 7.0e-91 1.7e-86 ...
  ..$ samplesize.exposure   : num [1:447] 454884 454884 454884 454884 454884 ...
  ..$ exposure              : chr [1:447] "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" "Body mass index (BMI) || id:ukb-b-2303" ...
  ..$ mr_keep.exposure      : logi [1:447] TRUE TRUE TRUE TRUE TRUE TRUE ...
  ..$ pval_origin.exposure  : chr [1:447] "reported" "reported" "reported" "reported" ...
  ..$ data_source.exposure  : chr [1:447] "igd" "igd" "igd" "igd" ...
table(exp_sets[[1]]$exposure)

                     Systolic Blood Pressure (SBP) || id:ieu-b-5138 
                                                                284 
target - rs9349379 - Systolic Blood Pressure (SBP) || id:ieu-b-5138 
                                                                  1 
#' Cochran's Q test for heterogeneity
#' b: vector of effect estimates
#' se: vector of standard errors
cochran_q <- function(b, se) {
    w <- 1 / se^2
    q <- sum(w * (b - sum(w * b) / sum(w))^2)
    qpval <- pchisq(q, df=length(b)-1, lower.tail=FALSE)
    list(q=q, p=qpval)
}

res_sets <- lapply(exp_sets, function(exp_set) {
    dat <- harmonise_data(exp_set, outdat, action = 1)
    o <- mr(dat, method_list=c("mr_ivw", "mr_wald_ratio"))
    if(nrow(o) != 2) return(NULL)
    expname <- o$exposure[!grepl("target", o$exposure)]
    expname <- strsplit(expname, "\\|")[[1]][1]
    o$int_trait <- expname
    rsid <- o$exposure[grepl("target", o$exposure)] %>% {strsplit(., " - ")[[1]][2]}
    o$rsid <- rsid
    o$exposure[grepl(rsid, o$exposure)] <- rsid
    ind <- !grepl(rsid, o$exposure)
    o$exposure[ind] <- "All other SNPs"
    qres <- cochran_q(o$b, o$se)
    o$cochran_q <- qres$q
    o$cochran_p <- qres$p
    o$cochran_q[ind] <- 1
    o$cochran_p[ind] <- 1
    
    o
})
Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising target - rs9349379 - Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target - rs9349379ieu-b-5138) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target - rs9349379ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising target - rs2107595 - Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target - rs2107595ieu-b-5138) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target - rs2107595ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising target - rs11191416 - Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target - rs11191416ieu-b-5138) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target - rs11191416ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising target - rs10840293 - Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target - rs10840293ieu-b-5138) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target - rs10840293ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising target - rs2681472 - Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target - rs2681472ieu-b-5138) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target - rs2681472ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising target - rs11065979 - Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target - rs11065979ieu-b-5138) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target - rs11065979ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising target - rs10139550 - Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target - rs10139550ieu-b-5138) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target - rs10139550ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs7528419 - LDL direct || id:ukb-d-30780_raw (target - rs7528419ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs7528419ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs515135 - LDL direct || id:ukb-d-30780_raw (target - rs515135ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs515135ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs115654617 - LDL direct || id:ukb-d-30780_raw (target - rs115654617ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs115654617ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs10080815 - LDL direct || id:ukb-d-30780_raw (target - rs10080815ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs10080815ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs55730499 - LDL direct || id:ukb-d-30780_raw (target - rs55730499ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs55730499ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs2891168 - LDL direct || id:ukb-d-30780_raw (target - rs2891168ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs2891168ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs2519093 - LDL direct || id:ukb-d-30780_raw (target - rs2519093ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs2519093ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs11065979 - LDL direct || id:ukb-d-30780_raw (target - rs11065979ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs11065979ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs56289821 - LDL direct || id:ukb-d-30780_raw (target - rs56289821ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs56289821ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising target - rs4420638 - LDL direct || id:ukb-d-30780_raw (target - rs4420638ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target - rs4420638ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising target - rs4468572 - Pack years of smoking || id:ukb-b-10831 (target - rs4468572ukb-b-10831) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target - rs4468572ukb-b-10831' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising target - rs9349379 - Alcohol intake frequency. || id:ukb-b-5779 (target - rs9349379ukb-b-5779) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target - rs9349379ukb-b-5779' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising target - rs663129 - Alcohol intake frequency. || id:ukb-b-5779 (target - rs663129ukb-b-5779) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target - rs663129ukb-b-5779' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising target - rs11191416 - Body mass index (BMI) || id:ukb-b-2303 (target - rs11191416ukb-b-2303) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target - rs11191416ukb-b-2303' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising target - rs663129 - Body mass index (BMI) || id:ukb-b-2303 (target - rs663129ukb-b-2303) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target - rs663129ukb-b-2303' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising target - rs4420638 - Body mass index (BMI) || id:ukb-b-2303 (target - rs4420638ukb-b-2303) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target - rs4420638ukb-b-2303' on 'ukb-d-I9_IHD'
plot_one <- function(mr_result, title) {
    ggplot(mr_result, aes(x=b, y=exposure)) +
    geom_point() +
    geom_errorbarh(aes(xmin=b-1.96*se, xmax=b+1.96*se), height=0) +
    theme_minimal() +
    geom_vline(xintercept=0, linetype="dashed", color="red") +
    labs(x="MR Estimate (log OR)", y="Target region", title=title) +
    theme(axis.text.y = element_text(size=10))
}

plot_one(res_sets[[2]], res_sets[[1]]$exposure[1])
`height` was translated to `width`.

plot_int <- function(res_sets, int_id) {
    # keep mr_results that grepl int_name in the exposure name
    rs <- bind_rows(res_sets)
    ggplot(rs, aes(x=b, y=exposure)) +
    geom_point(aes(colour = cochran_p < 0.05)) +
    geom_errorbarh(aes(xmin=b-1.96*se, xmax=b+1.96*se, colour = cochran_p < 0.05), height=0) +
    geom_vline(xintercept=0, linetype="dashed", color="red") +
    labs(x="MR Estimate (log OR)", y="Target region") +
    facet_wrap(int_trait ~ ., scales = "free", ncol=1, space="free_y") +
    scale_colour_manual(values=c("black", "red"), labels=c("Cochran's Q p >= 0.05", "Cochran's Q p < 0.05")) +
    theme(axis.text.y = element_text(size=10))
}

plot_int(res_sets, sbpid)
`height` was translated to `width`.

table(int_chd$SNP %in% int_inst$SNP)
# str(int_inst)
int_chd2 <- int_chd
int_chd2$proxy <- NA
for(i in 1:nrow(int_chd)) {
    snp <- int_chd$SNP[i]
    chr <- chd$chr[which(chd$rsid == snp)]
    pos <- chd$position[which(chd$rsid == snp)]
    id <- int_chd$id.outcome[i]
    f <- subset(int_inst, id.exposure == id) %>%
    arrange(abs(pos.exposure - pos)) %>% slice_head(n=1)
    if(length(f$SNP) == 0) next
    int_chd2$proxy[i] <- f$SNP
}
print(as.data.frame(int_chd2))

FALSE  TRUE 
   21     2 
           SNP      id.outcome       proxy
1    rs9349379      ieu-b-5138   rs9349379
2    rs2107595      ieu-b-5138   rs7798197
3   rs11191416      ieu-b-5138  rs11191580
4   rs10840293      ieu-b-5138   rs1332796
5    rs2681472      ieu-b-5138  rs11431123
6   rs11065979      ieu-b-5138  rs10774625
7   rs10139550      ieu-b-5138  rs12050196
8    rs7528419 ukb-d-30780_raw  rs12740374
9     rs515135 ukb-d-30780_raw    rs581411
10 rs115654617 ukb-d-30780_raw   rs7569317
11  rs10080815 ukb-d-30780_raw   rs3127580
12  rs55730499 ukb-d-30780_raw rs118039278
13   rs2891168 ukb-d-30780_raw   rs6475606
14   rs2519093 ukb-d-30780_raw rs115478735
15  rs11065979 ukb-d-30780_raw    rs597808
16  rs56289821 ukb-d-30780_raw  rs12151108
17   rs4420638 ukb-d-30780_raw   rs1065853
18   rs4468572     ukb-b-10831   rs8042849
19   rs9349379      ukb-b-5779   rs9349379
20    rs663129      ukb-b-5779   rs4968391
21  rs11191416      ukb-b-2303   rs1436348
22    rs663129      ukb-b-2303  rs12967135
23   rs4420638      ukb-b-2303    rs429358
per_exposure_dat <- lapply(allintids, function(int_id) {
    print(int_id)
    d <- subset(dat1, id.exposure == int_id)
    chd_hits <- subset(int_chd2, id.outcome == int_id)
    print(chd_hits)
    mrs <- mr_singlesnp(d)
    mrs$chd_hit <- mrs$SNP %in% chd_hits$proxy
    mr_forest_plot(mrs)[[1]] + geom_point(data=subset(mrs, chd_hit), colour="red", shape = 19, size=4)
})
[1] "ieu-b-5138"
         SNP id.outcome      proxy
1  rs9349379 ieu-b-5138  rs9349379
2  rs2107595 ieu-b-5138  rs7798197
3 rs11191416 ieu-b-5138 rs11191580
4 rs10840293 ieu-b-5138  rs1332796
5  rs2681472 ieu-b-5138 rs11431123
6 rs11065979 ieu-b-5138 rs10774625
7 rs10139550 ieu-b-5138 rs12050196
[1] "ukb-d-30780_raw"
           SNP      id.outcome       proxy
8    rs7528419 ukb-d-30780_raw  rs12740374
9     rs515135 ukb-d-30780_raw    rs581411
10 rs115654617 ukb-d-30780_raw   rs7569317
11  rs10080815 ukb-d-30780_raw   rs3127580
12  rs55730499 ukb-d-30780_raw rs118039278
13   rs2891168 ukb-d-30780_raw   rs6475606
14   rs2519093 ukb-d-30780_raw rs115478735
15  rs11065979 ukb-d-30780_raw    rs597808
16  rs56289821 ukb-d-30780_raw  rs12151108
17   rs4420638 ukb-d-30780_raw   rs1065853
[1] "ukb-b-10831"
         SNP  id.outcome     proxy
18 rs4468572 ukb-b-10831 rs8042849
[1] "ukb-b-5779"
         SNP id.outcome     proxy
19 rs9349379 ukb-b-5779 rs9349379
20  rs663129 ukb-b-5779 rs4968391
[1] "ukb-b-2303"
          SNP id.outcome      proxy
21 rs11191416 ukb-b-2303  rs1436348
22   rs663129 ukb-b-2303 rs12967135
23  rs4420638 ukb-b-2303   rs429358
per_exposure_dat
Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”

Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”

Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”

Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”

Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”
[[1]]

[[2]]

[[3]]

[[4]]

[[5]]

dat1 %>% str
'data.frame':   992 obs. of  57 variables:
 $ SNP                   : chr  "rs10029530" "rs10031363" "rs10160382" "rs10260816" ...
 $ effect_allele.exposure: chr  "T" "T" "C" "G" ...
 $ other_allele.exposure : chr  "A" "G" "T" "C" ...
 $ effect_allele.outcome : chr  "T" "T" "C" "G" ...
 $ other_allele.outcome  : chr  "A" "G" "T" "C" ...
 $ beta.exposure         : num  -0.337 -0.231 0.209 -0.32 -0.21 ...
 $ beta.outcome          : num  -0.001416 -0.00028 0.000114 0.001274 -0.000668 ...
 $ eaf.exposure          : num  0.66 0.595 0.346 0.44 0.54 ...
 $ eaf.outcome           : num  0.659 0.596 0.346 0.438 0.54 ...
 $ remove                : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
 $ palindromic           : logi  TRUE FALSE FALSE TRUE FALSE FALSE ...
 $ ambiguous             : logi  FALSE FALSE FALSE TRUE FALSE FALSE ...
 $ id.outcome            : chr  "ukb-d-I9_IHD" "ukb-d-I9_IHD" "ukb-d-I9_IHD" "ukb-d-I9_IHD" ...
 $ chr.outcome           : Factor w/ 84 levels "1","2","3","4",..: 4 4 11 7 10 12 1 9 9 11 ...
 $ pos.outcome           : int  156439190 144164198 76127214 46010100 82136921 111910219 113044328 113155247 116695205 10665235 ...
 $ end                   : int  156439190 144164198 76127214 46010100 82136921 111910219 113044328 113155247 116695205 10665235 ...
 $ width                 : int  1 1 1 1 1 1 1 1 1 1 ...
 $ strand                : Factor w/ 3 levels "+","-","*": 3 3 3 3 3 3 3 3 3 3 ...
 $ paramRangeID          : Factor w/ 0 levels: NA NA NA NA NA NA NA NA NA NA ...
 $ QUAL                  : num  NA NA NA NA NA NA NA NA NA NA ...
 $ FILTER                : chr  "PASS" "PASS" "PASS" "PASS" ...
 $ se.outcome            : num  0.000568 0.000549 0.000567 0.000543 0.00054 ...
 $ pval.outcome          : num  1.8987 0.2149 0.0753 1.7237 0.6656 ...
 $ sample_size.outcome   : num  361194 361194 361194 361194 361194 ...
 $ EZ                    : num  NA NA NA NA NA NA NA NA NA NA ...
 $ SI                    : num  NA NA NA NA NA NA NA NA NA NA ...
 $ NC                    : num  NA NA NA NA NA NA NA NA NA NA ...
 $ rsid                  : chr  "rs10029530" "rs10031363" "rs10160382" "rs10260816" ...
 $ outcome               : chr  "CHD" "CHD" "CHD" "CHD" ...
 $ id.exposure           : chr  "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
 $ chr.exposure          : chr  "4" "4" "11" "7" ...
 $ pos.exposure          : int  156439190 144164198 76127214 46010100 82136921 111910219 113044328 113155247 116695205 10665235 ...
 $ se.exposure           : num  0.0384 0.037 0.0383 0.0366 0.0365 ...
 $ pval.exposure         : num  1.5e-18 4.7e-10 4.9e-08 2.5e-18 8.4e-09 ...
 $ samplesize.exposure   : num  435859 435859 435859 435859 435859 ...
 $ exposure              : chr  "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" "Systolic Blood Pressure (SBP) || id:ieu-b-5138" ...
 $ mr_keep.exposure      : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
 $ pval_origin.exposure  : chr  "reported" "reported" "reported" "reported" ...
 $ data_source.exposure  : chr  "igd" "igd" "igd" "igd" ...
 $ action                : num  3 3 3 3 3 3 3 3 3 3 ...
 $ SNP_index             : int  1 1 1 1 1 1 1 1 1 1 ...
 $ mr_keep               : logi  FALSE TRUE TRUE FALSE TRUE TRUE ...
 $ samplesize.outcome    : num  361194 361194 361194 361194 361194 ...
 $ ncase.exposure        : logi  NA NA NA NA NA NA ...
 $ ncontrol.exposure     : logi  NA NA NA NA NA NA ...
 $ units.exposure        : chr  "mmHg" "mmHg" "mmHg" "mmHg" ...
 $ sd.exposure           : num  18.5 18.5 18.5 18.5 18.5 ...
 $ ncase.outcome         : int  20857 20857 20857 20857 20857 20857 20857 20857 20857 20857 ...
 $ ncontrol.outcome      : int  340337 340337 340337 340337 340337 340337 340337 340337 340337 340337 ...
 $ units.outcome         : logi  NA NA NA NA NA NA ...
 $ sd.outcome            : logi  NA NA NA NA NA NA ...
 $ rsq.exposure          : num  1.77e-04 8.90e-05 6.83e-05 1.75e-04 7.61e-05 ...
 $ effective_n.exposure  : num  435859 435859 435859 435859 435859 ...
 $ rsq.outcome           : num  1.72e-05 7.22e-07 1.12e-07 1.53e-05 4.24e-06 ...
 $ effective_n.outcome   : num  361194 361194 361194 361194 361194 ...
 $ steiger_dir           : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
 $ steiger_pval          : num  4.61e-05 1.36e-04 4.25e-04 3.42e-05 3.05e-03 ...
str(chd)
str(int_chd)
tibble [41 × 12] (S3: tbl_df/tbl/data.frame)
 $ id      : chr [1:41] "ieu-a-7" "ieu-a-7" "ieu-a-7" "ieu-a-7" ...
 $ trait   : chr [1:41] "Coronary heart disease" "Coronary heart disease" "Coronary heart disease" "Coronary heart disease" ...
 $ chr     : chr [1:41] "9" "6" "6" "1" ...
 $ position: int [1:41] 22098619 12903957 161005610 109817192 203893999 79124475 160687412 35593827 11188247 44480811 ...
 $ rsid    : chr [1:41] "rs2891168" "rs9349379" "rs55730499" "rs7528419" ...
 $ ea      : chr [1:41] "G" "G" "T" "G" ...
 $ nea     : chr [1:41] "A" "A" "C" "A" ...
 $ eaf     : num [1:41] 0.4887 0.4316 0.0562 0.2142 0.107 ...
 $ beta    : num [1:41] 0.193 0.132 0.317 -0.115 0.138 ...
 $ se      : num [1:41] 0.00919 0.00965 0.02424 0.01148 0.01583 ...
 $ p       : num [1:41] 2.29e-98 1.81e-42 5.39e-39 1.97e-23 3.12e-18 ...
 $ n       : num [1:41] 184305 184305 184305 184305 184305 ...
'data.frame':   23 obs. of  2 variables:
 $ SNP       : chr  "rs9349379" "rs2107595" "rs11191416" "rs10840293" ...
 $ id.outcome: chr  "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
generate_q_dist <- function(temp, outdat) {
    lapply(1:nrow(temp), function(i) {
        temp2 <- temp
        temp2$id.exposure[i] <- "target"
        dat <- harmonise_data(temp2, outdat, action = 1)
        o <- mr(dat, method_list=c("mr_ivw", "mr_wald_ratio"))
        if(nrow(o) != 2) return(NULL)
        tibble(
            q = cochran_q(o$b, o$se)$q,
            type = temp$type[i],
            snp = temp$SNP[i]
        )
    }) %>% bind_rows()
}

int_id <- allintids[1]
qdist_res <- lapply(allintids, function(int_id) {
    temp <- int_inst %>% filter(id.exposure == int_id) %>% mutate(type = "background")
    temp2 <- subset(chd, rsid %in% int_chd$SNP[int_chd$id.outcome == int_id])
    for(i in 1:nrow(temp2)) {
        j <- which(temp$chr == temp2$chr[i] & abs(temp$pos.exposure - temp2$position[i]) < 1e6)
        temp$type[j] <- "chd hit"
    }
    generate_q_dist(temp, outdat) %>% mutate(int_id = int_id)
}) %>% bind_rows()
Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'target' on 'ukb-d-I9_IHD'

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

No SNPs available for MR analysis of 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (ieu-b-5138) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs17811915, rs34057719

Harmonising Systolic Blood Pressure (SBP) || id:ieu-b-5138 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ieu-b-5138' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Analysing 'target' on 'ukb-d-I9_IHD'

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising LDL direct || id:ukb-d-30780_raw (ukb-d-30780_raw) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs370450143

Harmonising LDL direct || id:ukb-d-30780_raw (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-d-30780_raw' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Analysing 'target' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Pack years of smoking || id:ukb-b-10831 (ukb-b-10831) and CHD (ukb-d-I9_IHD)

Harmonising Pack years of smoking || id:ukb-b-10831 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-10831' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Analysing 'target' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (ukb-b-5779) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9958320

Harmonising Alcohol intake frequency. || id:ukb-b-5779 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-5779' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Analysing 'target' on 'ukb-d-I9_IHD'

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'

Harmonising Body mass index (BMI) || id:ukb-b-2303 (ukb-b-2303) and CHD (ukb-d-I9_IHD)

Removing the following SNPs for incompatible alleles:
rs9674487

Harmonising Body mass index (BMI) || id:ukb-b-2303 (target) and CHD (ukb-d-I9_IHD)

Analysing 'ukb-b-2303' on 'ukb-d-I9_IHD'

Analysing 'target' on 'ukb-d-I9_IHD'
table(qdist_res$type)

background    chd hit 
       945         42 
gi <- gwasinfo(allintids)
qdist_res <- inner_join(qdist_res, gi %>% select(id, trait), by=c("int_id"="id"))
qdist_res %>%
    arrange(q) %>%
    mutate(index=1:n()) %>%
    ggplot(., aes(x=index, y=q, colour=type)) +
    geom_point() +
    facet_grid(type ~ .)

    
    ggplot(qdist_res, aes(x=type, y=q, fill=type)) +
    geom_boxplot() +
    facet_grid(. ~ trait) +
    theme(legend.position="none", axis.text.x = element_text(angle=45, hjust=1)) +
    labs(x="", y="Cochran's Q due to heterogeneity between target SNP and other SNPs")

int_chd
A data.frame: 23 × 2
SNP id.outcome
<chr> <chr>
rs9349379 ieu-b-5138
rs2107595 ieu-b-5138
rs11191416 ieu-b-5138
rs10840293 ieu-b-5138
rs2681472 ieu-b-5138
rs11065979 ieu-b-5138
rs10139550 ieu-b-5138
rs7528419 ukb-d-30780_raw
rs515135 ukb-d-30780_raw
rs115654617 ukb-d-30780_raw
rs10080815 ukb-d-30780_raw
rs55730499 ukb-d-30780_raw
rs2891168 ukb-d-30780_raw
rs2519093 ukb-d-30780_raw
rs11065979 ukb-d-30780_raw
rs56289821 ukb-d-30780_raw
rs4420638 ukb-d-30780_raw
rs4468572 ukb-b-10831
rs9349379 ukb-b-5779
rs663129 ukb-b-5779
rs11191416 ukb-b-2303
rs663129 ukb-b-2303
rs4420638 ukb-b-2303
vi <- ieugwasr::variants_rsid(unique(int_chd2$SNP))
str(vi)
tibble [18 × 5] (S3: tbl_df/tbl/data.frame)
 $ query       : chr [1:18] "rs515135" "rs663129" "rs2107595" "rs2519093" ...
 $ name        : chr [1:18] "rs515135" "rs663129" "rs2107595" "rs2519093" ...
 $ chr         : chr [1:18] "2" "18" "7" "9" ...
 $ pos         : int [1:18] 21286057 57838401 19049388 136141870 90008959 22098619 45422946 79124475 109817192 12903957 ...
 $ dbSNPBuildID: int [1:18] 157 157 157 157 157 157 157 157 157 157 ...
library(gpmapr)
int_genes <- lapply(int_chd$SNP, \(x) {
# x <- "rs11191416"
    print(x)
    v <- variants(x)
    print(str(v))
    prox <- ld_proxies(v$variants$id)
    print(head(prox))
    res <- gpmapr::variant(prox$lead_variant_id[1])
    genes <- res$coloc_group$gene
    genes <- genes[!is.na(genes)]
    if(length(genes) == 0) {
        o <- tibble(SNP = x, gene = v$symbol[1])
    } else {
        o <- tibble(gene = genes) %>% group_by(gene) %>% summarise(n=n()) %>% ungroup() %>% arrange(desc(n)) %>% slice_head(n=1) %>% mutate(SNP = x) %>% select(SNP, gene)
    }
    print(o)
    return(o)
}) %>% bind_rows()
int_genes
[1] "rs9349379"
List of 1
 $ variants:'data.frame':   1 obs. of  33 variables:
  ..$ id                           : int 7696823
  ..$ snp                          : chr "6:12903725_A_G"
  ..$ display_snp                  : chr "6:12903725 A/G"
  ..$ chr                          : int 6
  ..$ bp                           : int 12903725
  ..$ ea                           : chr "G"
  ..$ oa                           : chr "A"
  ..$ ref_allele                   : chr "A"
  ..$ flipped                      : logi TRUE
  ..$ gene_id                      : logi NA
  ..$ gene                         : chr "ENSG00000112137"
  ..$ feature_type                 : chr "Transcript"
  ..$ consequence                  : chr "intron_variant"
  ..$ cdna_position                : chr "-"
  ..$ cds_position                 : chr "-"
  ..$ protein_position             : chr "-"
  ..$ amino_acids                  : chr "-"
  ..$ codons                       : chr "-"
  ..$ rsid                         : chr "rs9349379"
  ..$ impact                       : chr "MODIFIER"
  ..$ symbol                       : chr "PHACTR1"
  ..$ biotype                      : chr "protein_coding"
  ..$ strand                       : int 1
  ..$ canonical                    : chr "YES"
  ..$ all_af                       : num 0.377
  ..$ eur_af                       : num 0.401
  ..$ eas_af                       : num 0.376
  ..$ amr_af                       : num 0.686
  ..$ afr_af                       : num 0.506
  ..$ sas_af                       : num 0.0303
  ..$ distinct_trait_categories    : int 8
  ..$ distinct_protein_coding_genes: int 2
  ..$ associations                 : logi NA
NULL
$detail
[1] "LD proxies for variant_ids [7696823] not found"
ERROR: Error in gpmapr::variant(prox$lead_variant_id[1]): variant_id is required

Error in gpmapr::variant(prox$lead_variant_id[1]): variant_id is required
Traceback:

1. bind_rows(.)
2. list2(...)
3. lapply(int_chd$SNP, function(x) {
 .     print(x)
 .     v <- variants(x)
 .     print(str(v))
 .     prox <- ld_proxies(v$variants$id)
 .     print(head(prox))
 .     res <- gpmapr::variant(prox$lead_variant_id[1])
 .     genes <- res$coloc_group$gene
 .     genes <- genes[!is.na(genes)]
 .     if (length(genes) == 0) {
 .         o <- tibble(SNP = x, gene = v$symbol[1])
 .     }
 .     else {
 .         o <- tibble(gene = genes) %>% group_by(gene) %>% summarise(n = n()) %>% 
 .             ungroup() %>% arrange(desc(n)) %>% slice_head(n = 1) %>% 
 .             mutate(SNP = x) %>% select(SNP, gene)
 .     }
 .     print(o)
 .     return(o)
 . })
4. FUN(X[[i]], ...)
5. gpmapr::variant(prox$lead_variant_id[1])
6. stop("variant_id is required")
7. .handleSimpleError(function (cnd) 
 . {
 .     watcher$capture_plot_and_output()
 .     cnd <- sanitize_call(cnd)
 .     watcher$push(cnd)
 .     switch(on_error, continue = invokeRestart("eval_continue"), 
 .         stop = invokeRestart("eval_stop"), error = NULL)
 . }, "variant_id is required", base::quote(gpmapr::variant(prox$lead_variant_id[1])))
variants("rs11191416")
$variants =
A data.frame: 1 × 33
id snp display_snp chr bp ea oa ref_allele flipped gene_id canonical all_af eur_af eas_af amr_af afr_af sas_af distinct_trait_categories distinct_protein_coding_genes associations
<int> <chr> <chr> <int> <int> <chr> <chr> <chr> <lgl> <int> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <lgl> <lgl> <lgl>
1 1142635 10:102845159_G_T 10:102845159 T/G 10 102845159 G T T FALSE 38459 YES 0.1809 0.0924 0.2017 0.3482 0.2587 0.0522 NA NA NA
ld_proxies(1142635)
$lds =
A data.frame: 3 × 4
lead_variant_id proxy_variant_id ld_block_id r
<int> <int> <int> <dbl>
1 1142986 1142635 857 0.923700
2 1143555 1142635 857 0.909035
3 1143706 1142635 857 0.902799

Can it be explained by reverse cause

chd_inst <- extract_instruments("ieu-a-7")
# chd_inst2 <- extract_instruments("ukb-d-I9_IHD")


med_out <- lapply(allintids, \(x) {
    message(x)
    a <- query_gwas(rsid = chd$rsid, vcf = paste0(x, ".vcf.gz")) %>% gwasvcf_to_TwoSampleMR(., type="outcome")
    a
}) %>% bind_rows()
med_out <- med_out %>% select(-c(outcome))
med_out <- inner_join(med_out, gi %>% select(id, outcome=trait), by=c("id.outcome"="id"))
rev_dat <- harmonise_data(chd_inst, med_out, action=1)
str(rev_dat)
ieu-b-5138

ukb-d-30780_raw

ukb-b-10831

ukb-b-5779

ukb-b-2303

Harmonising Coronary heart disease || id:ieu-a-7 (ieu-a-7) and Systolic Blood Pressure (SBP) (ieu-b-5138)

Harmonising Coronary heart disease || id:ieu-a-7 (ieu-a-7) and Pack years of smoking (ukb-b-10831)

Harmonising Coronary heart disease || id:ieu-a-7 (ieu-a-7) and Body mass index (BMI) (ukb-b-2303)

Harmonising Coronary heart disease || id:ieu-a-7 (ieu-a-7) and Alcohol intake frequency. (ukb-b-5779)

Harmonising Coronary heart disease || id:ieu-a-7 (ieu-a-7) and LDL direct (ukb-d-30780_raw)
'data.frame':   198 obs. of  36 variables:
 $ SNP                   : chr  "rs10080815" "rs10139550" "rs10840293" "rs11065979" ...
 $ effect_allele.exposure: chr  "G" "G" "A" "T" ...
 $ other_allele.exposure : chr  "T" "C" "G" "C" ...
 $ effect_allele.outcome : chr  "G" "G" "A" "T" ...
 $ other_allele.outcome  : chr  "T" "C" "G" "C" ...
 $ beta.exposure         : num  0.2466 0.0554 0.0547 0.0686 -0.0792 ...
 $ beta.outcome          : num  0.238 0.203 0.276 0.318 -0.754 ...
 $ eaf.exposure          : num  0.0276 0.423 0.5498 0.3655 0.1275 ...
 $ eaf.outcome           : num  0.0197 0.4226 0.5594 0.4379 0.0847 ...
 $ remove                : logi  FALSE FALSE FALSE FALSE FALSE FALSE ...
 $ palindromic           : logi  FALSE TRUE FALSE FALSE FALSE FALSE ...
 $ ambiguous             : logi  FALSE TRUE FALSE FALSE FALSE FALSE ...
 $ id.outcome            : chr  "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" "ieu-b-5138" ...
 $ chr.outcome           : Factor w/ 84 levels "1","2","3","4",..: 6 14 11 12 10 7 2 13 3 6 ...
 $ pos.outcome           : int  160687412 100145710 9751196 112059557 104604916 129663496 203893999 111040681 138087467 134173151 ...
 $ se.outcome            : num  0.1306 0.0371 0.0367 0.0367 0.0652 ...
 $ pval.outcome          : num  6.9e-02 4.2e-08 5.2e-14 3.7e-18 6.4e-31 ...
 $ samplesize.outcome    : num  NA NA NA NA NA NA NA NA NA NA ...
 $ ncase.outcome         : num  NA NA NA NA NA NA NA NA NA NA ...
 $ ncontrol.outcome      : num  NA NA NA NA NA NA NA NA NA NA ...
 $ mr_keep.outcome       : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
 $ pval_origin.outcome   : chr  "reported" "reported" "reported" "reported" ...
 $ outcome               : chr  "Systolic Blood Pressure (SBP)" "Systolic Blood Pressure (SBP)" "Systolic Blood Pressure (SBP)" "Systolic Blood Pressure (SBP)" ...
 $ id.exposure           : chr  "ieu-a-7" "ieu-a-7" "ieu-a-7" "ieu-a-7" ...
 $ chr.exposure          : chr  "6" "14" "11" "12" ...
 $ pos.exposure          : int  160687412 100145710 9751196 112059557 104604916 129663496 203893999 111040681 138087467 134173151 ...
 $ se.exposure           : num  0.03086 0.00976 0.00962 0.01077 0.01353 ...
 $ pval.exposure         : num  1.33e-15 1.38e-08 1.28e-08 1.93e-10 4.65e-09 ...
 $ samplesize.exposure   : num  184305 184305 184305 184305 184305 ...
 $ exposure              : chr  "Coronary heart disease || id:ieu-a-7" "Coronary heart disease || id:ieu-a-7" "Coronary heart disease || id:ieu-a-7" "Coronary heart disease || id:ieu-a-7" ...
 $ mr_keep.exposure      : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
 $ pval_origin.exposure  : chr  "reported" "reported" "reported" "reported" ...
 $ data_source.exposure  : chr  "igd" "igd" "igd" "igd" ...
 $ action                : num  1 1 1 1 1 1 1 1 1 1 ...
 $ SNP_index             : int  1 1 1 1 1 1 1 1 1 1 ...
 $ mr_keep               : logi  TRUE TRUE TRUE TRUE TRUE TRUE ...
 - attr(*, "log")='data.frame': 5 obs. of  12 variables:
  ..$ id.exposure                   : chr [1:5] "ieu-a-7" "ieu-a-7" "ieu-a-7" "ieu-a-7" ...
  ..$ id.outcome                    : chr [1:5] "ieu-b-5138" "ukb-b-10831" "ukb-b-2303" "ukb-b-5779" ...
  ..$ alleles                       : chr [1:5] "2-2" "2-2" "2-2" "2-2" ...
  ..$ switched_alleles              : int [1:5] 0 0 0 0 0
  ..$ flipped_alleles_basic         : int [1:5] 0 0 0 0 0
  ..$ flipped_alleles_palindrome    : num [1:5] 0 0 0 0 0
  ..$ incompatible_alleles          : int [1:5] 0 0 0 0 0
  ..$ candidate_variants            : int [1:5] 41 41 41 41 41
  ..$ variants_absent_from_reference: int [1:5] 0 2 2 2 1
  ..$ total_variants                : int [1:5] 41 39 39 39 40
  ..$ total_variants_for_mr         : int [1:5] 41 39 39 39 40
  ..$ proxy_variants                : num [1:5] 0 0 0 0 0
mr(rev_dat, method_list=c("mr_ivw", "mr_wald_ratio"))
Analysing 'ieu-a-7' on 'ieu-b-5138'

Analysing 'ieu-a-7' on 'ukb-b-10831'

Analysing 'ieu-a-7' on 'ukb-b-2303'

Analysing 'ieu-a-7' on 'ukb-b-5779'

Analysing 'ieu-a-7' on 'ukb-d-30780_raw'
A data.frame: 5 × 9
id.exposure id.outcome outcome exposure method nsnp b se pval
<chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl>
ieu-a-7 ieu-b-5138 Systolic Blood Pressure (SBP) Coronary heart disease || id:ieu-a-7 Inverse variance weighted 41 0.56133749 0.32361126 0.082810918
ieu-a-7 ukb-b-10831 Pack years of smoking Coronary heart disease || id:ieu-a-7 Inverse variance weighted 39 -0.02802102 0.01001169 0.005128803
ieu-a-7 ukb-b-2303 Body mass index (BMI) Coronary heart disease || id:ieu-a-7 Inverse variance weighted 39 -0.01248287 0.01903943 0.512060575
ieu-a-7 ukb-b-5779 Alcohol intake frequency. Coronary heart disease || id:ieu-a-7 Inverse variance weighted 39 -0.02484496 0.01224165 0.042402915
ieu-a-7 ukb-d-30780_raw LDL direct Coronary heart disease || id:ieu-a-7 Inverse variance weighted 40 0.11850562 0.06424016 0.065077099
rev_mrs <- mr_singlesnp(rev_dat)
rev_mrs$chd_hit <- paste(rev_mrs$SNP, rev_mrs$id.outcome) %in% paste(int_chd$SNP, int_chd$id.outcome)
lapply(1:length(allintids), function(i) {
    int_id <- allintids[i]
    print(int_id)
    mr_forest_plot(subset(rev_mrs, id.outcome == int_id))[[1]] + geom_point(data=subset(rev_mrs, chd_hit & id.outcome == int_id), colour="red", shape = 19, size=4)
})
[1] "ieu-b-5138"
[1] "ukb-d-30780_raw"
[1] "ukb-b-10831"
[1] "ukb-b-5779"
[1] "ukb-b-2303"
Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”

Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”

Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”

Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”

Warning message:

“Removed 1 row containing missing values or values outside the scale range

(`geom_point()`).”
[[1]]

[[2]]

[[3]]

[[4]]

[[5]]

table(int_chd$SNP %in% int_inst$SNP)
# str(int_inst)
int_chd2 <- int_chd
int_chd2$proxy <- NA
for(i in 1:nrow(int_chd)) {
    snp <- int_chd$SNP[i]
    chr <- chd$chr[which(chd$rsid == snp)]
    pos <- chd$position[which(chd$rsid == snp)]
    id <- int_chd$id.outcome[i]
    f <- subset(int_inst, id.exposure == id) %>%
    arrange(abs(pos.exposure - pos)) %>% slice_head(n=1)
    if(length(f$SNP) == 0) next
    int_chd2$proxy[i] <- f$SNP
}
print(as.data.frame(int_chd2))

FALSE  TRUE 
   21     2 
           SNP      id.outcome       proxy
1    rs9349379      ieu-b-5138   rs9349379
2    rs2107595      ieu-b-5138   rs7798197
3   rs11191416      ieu-b-5138  rs11191580
4   rs10840293      ieu-b-5138   rs1332796
5    rs2681472      ieu-b-5138  rs11431123
6   rs11065979      ieu-b-5138  rs10774625
7   rs10139550      ieu-b-5138  rs12050196
8    rs7528419 ukb-d-30780_raw  rs12740374
9     rs515135 ukb-d-30780_raw    rs581411
10 rs115654617 ukb-d-30780_raw   rs7569317
11  rs10080815 ukb-d-30780_raw   rs3127580
12  rs55730499 ukb-d-30780_raw rs118039278
13   rs2891168 ukb-d-30780_raw   rs6475606
14   rs2519093 ukb-d-30780_raw rs115478735
15  rs11065979 ukb-d-30780_raw    rs597808
16  rs56289821 ukb-d-30780_raw  rs12151108
17   rs4420638 ukb-d-30780_raw   rs1065853
18   rs4468572     ukb-b-10831   rs8042849
19   rs9349379      ukb-b-5779   rs9349379
20    rs663129      ukb-b-5779   rs4968391
21  rs11191416      ukb-b-2303   rs1436348
22    rs663129      ukb-b-2303  rs12967135
23   rs4420638      ukb-b-2303    rs429358