Plot Credible Set bins counts for multiple fine-mapping method results.

CS_bin_plot(merged_DT, show_plot = TRUE)

Arguments

merged_DT

Merged fine-mapping results data from echolocatoR::finemap_loci.

show_plot

Show plot.

Examples

if (FALSE) { # \dontrun{
dat <- echodata::BST1 
dat$Locus <- "BST1"
bin_plot <- echoannot::CS_bin_plot(merged_DT = dat)
} # }