plotPhasogram | R Documentation |
Plot phasogram and annotate it with estimated nucleosome repeat length (NRL).
plotPhasogram(x, hide = TRUE, xlim = NULL, verbosePlot = FALSE, ...)
x |
|
hide |
If |
xlim |
|
verbosePlot |
If |
... |
Additional arguments passed to |
The function will visualize an annotated phasogram. For
verbosePlot=FALSE
(the default), it will create a single annotated
plot. For verbosePlot=TRUE
, it will create three plots (using
par(mfrow=c(1,3))
):
raw phase counts with de-trending and de-noising loess fits
residual phase counts with de-noising loess fit and detected peaks
linear fit to peaks and NRL estimation
The return value from the call to estimateNRL
(invisibly).
Michael Stadler
calcPhasogram
to calculate the phasogram from
alignments, estimateNRL
to estimate nucleosome repeat length
# see the help for calcPhasogram() for a full example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.