Get colocalization results with Kunkle2019 GWAS
Source:R/get_Kunkle2019_coloc.R
get_Kunkle2019_coloc.RdGet colocalization results computed by Lopes et al. 2022 (doi:10.1038/s41588-021-00976-y ) between the Kunkle2019 Alzheimer's disease GWAS (doi:10.1038/s41588-019-0358-2 ) and microglia eQTL datasets.
Source
URL <- paste(
"https://github.com/RajLabMSSM",
"Fine_Mapping_Shiny/raw/master/www",
"Microglia_all_regions_Kunkle_2019_COLOC.snp-level_select.tsv.gz",
sep="/")
tmp <- file.path(tempdir(), basename(URL))
utils::download.file(URL, tmp)
piggyback::pb_upload(file = tmp, repo = "RajLabMSSM/echodata")