plotCompositeIdeo | R Documentation |
Plot genome-wide distribution of plus and minus reads.
plotCompositeIdeo(
gr = NULL,
bin.len = 2e+05,
chromosomes = NULL,
colors = c("#EFEDF5", "#68228B"),
title = NULL
)
gr |
A |
bin.len |
A size of bins to count directional reads in. |
chromosomes |
A user defined set of chromosomes to be plotted. |
colors |
A colors for plus and minus reads. |
title |
User defined title of the exported plot. |
A ggplot
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.