Description Usage Arguments Value
Creates a quick hexbin plot to visualize the relationship between two ChIPdata objects
1 2 | hexbinPlot(x, y, binSize, log = FALSE, nrBins = 40, chrom = NULL,
fragLen = 1)
|
x |
A |
y |
Another |
binSize |
A integer value used to partition the chromosome |
log |
A logical flag that indicates if log10 scale is going to be used in the axes. The default value is FALSE |
nrBins |
Integer value with the number of bins used to build the plot. The default value is 100 |
chrom |
A GRanges object specifying the genome to bin. The maximum length used to create the bins is gonna be used the integer part of (chromLen / fragLen) times fragLen for each chromosome. |
fragLen |
An integer value used to extend the fragments. The default value is one, to count only the 5' ends that overlaps the bins |
A ggplot object with the hexbin plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.