get_Nalls2019_coloc: Get colocalization results with Nalls2019 GWAS

View source: R/get_Nalls2019_coloc.R

get_Nalls2019_colocR Documentation

Get colocalization results with Nalls2019 GWAS

Description

Get colocalization results computed by Schilder et al. 2022 between the Nalls2019 Parkinson's disease GWAS and all eQTL datasets in the eQTL Catalogue.

Usage

get_Nalls2019_coloc()

Source

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")

Examples

coloc_res <- get_Nalls2019_coloc()

RajLabMSSM/echodata documentation built on Nov. 21, 2023, 8 a.m.