View source: R/get_Nalls2019_loci.R
get_Nalls2019_loci | R Documentation |
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
)
save_dir |
Local directory to cache data in. |
return_paths |
Returns local paths to cached fine-mapping results
(default: |
return_dir |
Return the directory name instead of the individual file paths. |
limit_snps |
Limit the number of SNPs saved in each file. |
force_new |
Force the creation of new files even if old ones exists. |
verbose |
Print messages. |
File paths
files <- get_Nalls2019_loci()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.