Merge all summary plots into one super plot
super_summary_plot(
merged_DT,
snp_filter = "Consensus_SNP==TRUE",
coloc_results = NULL,
credset_thresh = 0.8,
plot_missense = TRUE,
show_plot = TRUE,
save_plot = FALSE,
height = 15,
width = 13,
dpi = 300
)
Merged fine-mapping results data from finemap_loci.
Filter to use apply to SNPs before plotting.
Colocalization results from catalogueR.
The minimum mean Posterior Probability (across all fine-mapping methods used) of SNPs to be included in the "mean.CS" column.
Whether to include the missense mutations plot. Warning: Can take a lot time to query Biomart.
Show plot.
Save plot.
Plot height.
Plot width.
Plot resolution. Also accepts a string input: "retina" (320), "print" (300), or "screen" (72). Applies only to raster output types.
Other summarise:
CS_bin_plot()
,
CS_counts_plot()
,
peak_overlap_plot()
,
plot_dataset_overlap()
if (FALSE) {
merged_DT <- echodata::get_Nalls2019_merged()
super_plot <- echoannot::super_summary_plot(merged_DT = merged_DT,
plot_missense = FALSE)
}