extract_matched_regions | R Documentation |
Extract SNPs based on region for colocalisation analyses. Can be used before calling the 'do_coloc' function or will be called as part of that function automatically.
extract_matched_regions(dat, window = 5e+05, cores = 1, verbose = TRUE)
dat |
A data.frame of harmonised data |
window |
Window around SNPs to extract (Optional) |
cores |
Number of cores for multi-threaded tasks (Optional) NB: Unavailable on Windows machines |
verbose |
Display verbose information (Optional, boolean) |
Named list of matched regional data
[mrpipeline::do_coloc()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.