CS_bin_plot: Plot CS bin counts

View source: R/CS_bin_plot.R

CS_bin_plotR Documentation

Plot CS bin counts

Description

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

Usage

CS_bin_plot(merged_DT, show_plot = TRUE)

Arguments

merged_DT

Merged fine-mapping results data from finemap_loci.

show_plot

Show plot.

See Also

Other summarise: CS_counts_plot(), peak_overlap_plot(), plot_dataset_overlap(), super_summary_plot()

Examples

dat <- echodata::BST1 
dat$Locus <- "BST1"
bin_plot <- echoannot::CS_bin_plot(merged_DT = dat)

RajLabMSSM/echoannot documentation built on Oct. 26, 2023, 2:41 p.m.