View source: R/27.plot_utr3Usage.R
plot_utr3Usage | R Documentation |
Visualize the dPDUI events by plotting the MSE, and total coverage per group
along 3' UTR regions with dPDUI using ggplot2::geom_line ()
.
plot_utr3Usage(usage_data, vline_color = "purple", vline_type = "dashed")
usage_data |
An object of GenomicRanges::GRanges, an output from
|
vline_color |
color for vertical line showing position of predicated proximal CP site. Default, purple. |
vline_type |
line type for vertical line showing position of predicated proximal CP site. Default, dashed. See ggplot2 linetype. |
A ggplot object for refined plotting
Haibo Liu
For example, see get_usage4plot()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.