Loci ordered by UCS size (smallest to largest).
CS_counts_plot(
merged_DT,
show_numbers = TRUE,
ylabel = "Locus",
legend_nrow = 3,
label_yaxis = TRUE,
top_CS_only = FALSE,
show_plot = TRUE
)
Merged fine-mapping results data from finemap_loci.
Print numbers on top of bars.
y-axis label.
Number of rows for the legend to span over.
Whether or not to label the y-axis.
Only include the top 1 CS per fine-mapping method.
Show plot.
Other summarise:
CS_bin_plot()
,
peak_overlap_plot()
,
plot_dataset_overlap()
,
super_summary_plot()
dat <- echodata::BST1
dat$Locus <- "BST1"
gg_CS <- echoannot::CS_counts_plot(merged_DT = dat)