Description Usage Arguments Author(s) Examples
A function that plots one or two coverage vectors over a relatively small interval in the genome.
1 2 3 | coverageplot(peaks1, peaks2 = NULL, i = 1,
xlab = "Position", ylab = "Coverage",
opposite = TRUE, ...)
|
peaks1, peaks2 |
A set of peaks as described by ranges over a coverage vector. |
i |
Which peak to use. |
xlab, ylab |
Axis labels. |
opposite |
Logical specifying whether the two peaks should be plotted on opposite sides (appropriate for positive and negative strand peaks). |
... |
extra arguments. |
Deepayan Sarkar
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.