4  SOST region associations

Genetic associations in the SOST region for the datasets in Table 2.2. 1

# Data
load("./data/01_data_ldmat.Rda")
load("./data/02_data_gwas_sost_region.Rda")

# SOST region
gwas <- gwas %>%
  filter(
    chr == "17" &
      pos >= 41831099 - 100000 &
      pos <= 41836156 + 100000
  )

4.1 Original datasets

Genetic associations in the SOST region for the datasets in Table 2.2 that were analysed by Zheng et al. (2023) (or equivalent2).

4.2 Additional datasets

Genetic associations in the SOST region for the additional recent GWAS datasets in Table 2.2.


  1. The red and green dashed lines in the regional plots are the p-value thresholds \(1 \times 10^{-6}\) (regional-wide significance threshold used in Zheng et al. (2023)) and \(5 \times 10^{-8}\) (genome-wide significance threshold), respectively.↩︎

  2. The ischemic and cardioembolic stroke GWAS results from METASTROKE (Malik et al. 2016) used by Zheng et al. (2023) were replaced with those from MEGASTROKE (Malik et al. 2018) and the UK Biobank hypertension GWAS results from OpenGWAS used by Zheng et al. (2023) were replaced with those from Pan-UKBB due to licensing restrictions. The GWAS of coronary artery calcification was not available either publicly or via application at the time of this analysis (Kavousi et al. 2022).↩︎