plotChromBins | R Documentation |
Plots result from genomicDistribution
calculation
plotChromBins(
genomeAggregate,
plotTitle = "Distribution over chromosomes",
ylim = "max"
)
genomeAggregate |
The output from the genomicDistribution function |
plotTitle |
Title for plot. |
ylim |
Limit of y-axes. Default "max" sets limit to N of biggest bin. |
A ggplot object showing the distribution of the query regions over bins of the reference genome.
agg = data.frame("regionID"=1:5, "chr"=rep(c("chr1"), 5),
"withinGroupID"=1:5, "N"=c(1,3,5,7,9))
ChromBins = plotChromBins(agg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.