Description Usage Arguments Details Value Author(s) See Also
Produces plots to assess the distribution of reads, either for an entire chromosome or within a (small) window.
1 2 3 4 |
x |
Object of class |
chr |
Index or name of chromosome for which read counts should be plotted. |
center |
For type ‘window’, the center coordinate of the window to plot. |
score |
For type ‘window’, an object of type |
width |
For type ‘window’, the width of the window. |
type |
Character string indicating the type of plot that should be produced (see details). |
... |
Further arguments (see details). |
Type ‘window’ produces a plot that shows read counts as vertical bars. If score
is not missing, it is used to plot the score and predicted binding sites (if any) as well.
Any additional arguments are passed on to .plotWindow
.
Type ‘hilbert’ produces a Hilbert curve plot of read counts for an entire chromosome.
Additional arguments are passed on to .plotReads
.
Called for its side effect.
Peter Humburg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.