get_Nalls2019_loci: 'echolocatoR' output example: select loci

View source: R/get_Nalls2019_loci.R

get_Nalls2019_lociR Documentation

echolocatoR output example: select loci

Description

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

Usage

get_Nalls2019_loci(
  save_dir = tempdir(),
  return_paths = TRUE,
  return_dir = FALSE,
  limit_snps = NULL,
  force_new = FALSE,
  verbose = TRUE
)

Arguments

save_dir

Local directory to cache data in.

return_paths

Returns local paths to cached fine-mapping results (default: TRUE), or the data itself as a named list (FALSE).

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.

Value

File paths

Examples

files <- get_Nalls2019_loci()

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