Description Usage Format Value See Also Examples
A group of forward and reverse reads that can be used to test the
rjmcmc
function.
1 |
A GRanges
containing forward and reverse reads.
A GRanges
containing forward and reverse reads.
rjmcmc
for profiling of nucleosome positions
rjmcmcCHR
for profiling of nucleosome positions
for a large region. The function will take care of spliting and
merging.
segmentation
for spliting a GRanges
containing reads in a list of smaller segments for
the rjmcmc
function.
postTreatment
for merging closely positioned
nucleosomes
mergeRDSFiles
for merging nucleosome information
from selected RDS files.
plotNucleosomes
for generating a graph containing
the nucleosome positions and the read coverage.
1 2 3 4 5 6 7 8 | ## Loading dataset
data(reads_demo_02)
## Nucleosome positioning
## Since there is only one chromosome present in reads_demo_02, the name
## of the chromosome does not need to be specified
rjmcmc(reads = reads_demo_02, nbrIterations = 150, lambda = 3, kMax = 30,
minInterval = 144, maxInterval = 290, minReads = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.