| combine_results | R Documentation |
Combine MR and coloc results into one data.frame
combine_results(
mr_res,
coloc_res,
mr_res.by = c("id.exposure", "id.outcome"),
coloc_res.by = c("file.exposure", "file.outcome")
)
mr_res |
A data.frame of MR results from 'do_mr()' |
coloc_res |
A data.frame of coloc results from 'do_coloc()' |
mr_res.by |
MR columns to use for merging |
coloc_res.by |
Coloc columns to use for merging |
Data.frame of merged results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.