View source: R/CS_counts_plot.R
CS_counts_plot | R Documentation |
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_DT |
Merged fine-mapping results data from finemap_loci. |
show_numbers |
Print numbers on top of bars. |
ylabel |
y-axis label. |
legend_nrow |
Number of rows for the legend to span over. |
label_yaxis |
Whether or not to label the y-axis. |
top_CS_only |
Only include the top 1 CS per fine-mapping method. |
show_plot |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.