rangesSizeDistribution | R Documentation |
This function take GRanges-class
object and plot width distribution of all ranges per variable stored in metacolumn field 'ID'
rangesSizeDistribution(
gr,
plotUniqueBases = FALSE,
violin = FALSE,
colors = NULL,
title = NULL
)
gr |
A |
plotUniqueBases |
Set to |
violin |
Set to |
colors |
A user defined set of colors used for plotting. |
title |
A user defined title of the plot. |
A ggplot
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.