View source: R/COLOC_heatmap.R
| COLOC_heatmap | R Documentation | 
Plots the output from COLOC_run.
COLOC_heatmap( coloc_QTLs, coloc_thresh = 0.8, label_snp_groups = FALSE, save_dir = tempdir(), show_plot = TRUE, verbose = TRUE )
coloc_QTLs | 
 Colocalization results from COLOC_run.  | 
coloc_thresh | 
 Colocalization Posterior Probability threshold,
using the formula:
  | 
label_snp_groups | 
 Whether to label SNP groups.  | 
save_dir | 
 Directory to save plot in.  | 
show_plot | 
 Whether to print the plot.  | 
verbose | 
 Print messages.  | 
Other coloc: 
COLOC_corplot(),
COLOC_get_example_res(),
COLOC_get_res(),
COLOC_merge_res(),
COLOC_report_summary(),
COLOC_run()
coloc_QTLs <- catalogueR::COLOC_get_example_res()
gg_coloc <- catalogueR::COLOC_heatmap(
    coloc_QTLs = coloc_QTLs,
    coloc_thresh = .5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.