View source: R/get_Kunkle2019_coloc.R
get_Kunkle2019_coloc | R Documentation |
Get colocalization results computed by Lopes et al. 2022 between the Kunkle2019 Alzheimer's disease GWAS and microglia eQTL datasets.
get_Kunkle2019_coloc(return_path = FALSE)
return_path |
If |
data.table.
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")
coloc_res <- get_Kunkle2019_coloc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.