View source: R/download_UKB_LD.R
| download_UKB_LD | R Documentation | 
Download UK Biobank Linkage Disequilibrium, pre-computed in 3Mb windows by the Alkes Price lab (Broad Institute).
download_UKB_LD(
  LD.prefixes,
  locus_dir,
  bucket = "s3://broad-alkesgroup-ukbb-ld/",
  background = TRUE,
  force_overwrite = FALSE,
  nThread = 1,
  verbose = TRUE,
  ...
)
| locus_dir | Storage directory to use. | 
| bucket | Character string with the name of the bucket, or an object of class “s3_bucket”. | 
| force_overwrite | Overwrite existing file. | 
| nThread | Number of threads to parallelize over. | 
| verbose | Print messages. | 
| ... | Arguments passed on to  
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.