pairwise_analysis | R Documentation |
In this function, an exposure-outcome pair are harmonised, analyses are ran on those data and those results are saved to a file. Analyses ran can be MR or colocalisation, as desired.
pairwise_analysis( exposure, outcome, res_path, ..., do_coloc = FALSE, cores = 1, verbose = TRUE )
exposure |
Data.frame of exposure dataset(s) |
outcome |
Data.frame of outcome dataset(s) |
res_path |
Path to save result files |
... |
Other arguments for the following functions: harmonise do_mr do_coloc |
do_coloc |
True/False run colocalisation analyses |
cores |
Number of cores for multi-threaded tasks (Optional) NB: Unavailable on Windows machines |
verbose |
Display verbose information (Optional, boolean) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.