An example results file after running finemap_loci
on 3 Parkinson's disease (PD)-associated loci (BST1, LRRK2, and MEX3C).
Data originally comes from the PD GWAS by Nalls et al. (The Lancet Neurology).
get_Nalls2019_loci(
save_dir = tempdir(),
return_paths = TRUE,
return_dir = FALSE,
limit_snps = NULL,
force_new = FALSE,
verbose = TRUE
)
Local directory to cache data in.
Returns local paths to cached fine-mapping results
(default: TRUE
), or the data itself as a named list (FALSE
).
Return the directory name instead of the individual file paths.
Limit the number of SNPs saved in each file.
Force the creation of new files even if old ones exists.
Print messages.
File paths
files <- get_Nalls2019_loci()
#> Writing fine-mapped locus data ==> /tmp/RtmpLQCV4M/Nalls23andMe_2019/BST1.multi_finemap.csv.gz
#> Writing fine-mapped locus data ==> /tmp/RtmpLQCV4M/Nalls23andMe_2019/LRRK2.multi_finemap.csv.gz
#> Writing fine-mapped locus data ==> /tmp/RtmpLQCV4M/Nalls23andMe_2019/MEX3C.multi_finemap.csv.gz