CS_bin_plot | R Documentation |
Plot Credible Set bins counts for multiple fine-mapping method results.
CS_bin_plot(merged_DT, show_plot = TRUE)
merged_DT |
Merged fine-mapping results data from finemap_loci. |
show_plot |
Show plot. |
Other summarise:
CS_counts_plot()
,
peak_overlap_plot()
,
plot_dataset_overlap()
,
super_summary_plot()
dat <- echodata::BST1
dat$Locus <- "BST1"
bin_plot <- echoannot::CS_bin_plot(merged_DT = dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.