Description Usage Arguments Functions
Methods to plot pics
and segReads
objects and derived classes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ## S4 method for signature 'pics,segReads'
plot(
x,
y,
addKernel = FALSE,
addNucleosome = FALSE,
addSe = TRUE,
main = NULL,
...
)
## S4 method for signature 'picsError,segReads'
plot(x, y, addKernel = FALSE, main = NULL, ...)
## S4 method for signature 'picsList,segReadsList'
plot(
x,
y,
regionIndex = NULL,
addKernel = FALSE,
addNucleosome = FALSE,
addSe = TRUE,
main = NULL,
...
)
|
x, y |
Objects |
addKernel |
Add kernel density estimate to the plot. |
addNucleosome |
Add a nucleosome track to the plot. |
addSe |
Add standard error to the plot. |
main |
Main title. |
... |
Arguments to be passed to the plot method. |
regionIndex |
Add region index to the plot. |
plot,pics,segReads-method
: Plot method for pics
and segReads
plot,picsError,segReads-method
: Plot method for picsError
and segReads
plot,picsList,segReadsList-method
: Plot method for picsList
and segReadsList
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.