estimateNRL | R Documentation |
Estimate the nucleosome repeat length (NRL) from the frequencies
of same-strand alignment distances (phasogram), e.g. generated by
calcPhasogram
. The NRL is obtained from the slope of a linear
fit to the modes in the phasogram.
estimateNRL(
x,
mind = 140L,
usePeaks = 1:8,
span1 = 100/length(x),
span2 = 1500/length(x)
)
x |
|
mind |
|
usePeaks |
|
span1 |
|
span2 |
|
A list
with elements:
the estimated nucleosome repeat length
the 95% confidence interval
smoothed (de-trended) phasogram
the de-noising fit to the de-trended phasogram
the linear fit to the phasogram peaks
the peak locations
minimal distance included in the fit
smoothing parameter for de-trending loess fit
smoothing parameter for de-noising loess fit
the peaks used in the fit
Michael Stadler
calcPhasogram
to calculate the phasogram from
alignments, plotPhasogram
to visualize an annotated phasogram
# 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.