plot_bnd_sr_pr_tot_hist | R Documentation |
Plots histograms for the number of split reads (SR
), paired end reads (PR
), and their
sum (tot
) across all BNDs. Observations where the SR or PR value is 0 (NA) are not shown.
plot_bnd_sr_pr_tot_hist(
d,
title = "SR, PR and SR + PR histogram for BNDs",
subtitle = "Values of 0 (NA) are not shown."
)
d |
A data.frame with an SR_PR_alt column. |
title |
Main title of plot. |
subtitle |
Subtitle of plot. |
A ggplot2 plot object.
x <- system.file("extdata/sash/sv.prioritised.tsv", package = "gpgr")
d <- process_sv(x)$map
plot_bnd_sr_pr_tot_hist(d, "a title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.