R/get_Nalls2019_coloc.R
get_Nalls2019_coloc.Rd
Get colocalization results computed by Schilder et al. 2022 between the Nalls2019 Parkinson's disease GWAS and all eQTL datasets in the eQTL Catalogue.
get_Nalls2019_coloc()
URL <- paste("https://github.com/RajLabMSSM/Fine_Mapping_Shiny/raw",
"master/www/data/GWAS/Nalls23andMe_2019/_genome_wide/COLOC",
"coloc.eQTL_Catalogue_ALL.csv.gz", sep="/")
tmp <- file.path(tempdir(), basename(URL))
utils::download.file(URL, tmp)
piggyback::pb_upload(file = tmp, repo = "RajLabMSSM/echodata")
coloc_res <- get_Nalls2019_coloc()