Description Usage Format See Also Examples
A group of froward and reverse reads that can be used to test the
rjmcmc
function.
1 |
A list
containing:
readsFoward
a vector
of non-negative numeric
,
the start positions of the forward reads.
readsReverse
a vector
of non-negative
numeric
, the start
positions of the reverse reads. Beware that the start position of
a reverse read is always higher that the end positition.
rjmcmc
for profiling of nucleosome positions
1 2 3 4 5 6 7 8 | ## Loading dataset
data(reads_demo)
## Nucleosome positioning
rjmcmc(startPosForwardReads = reads_demo$readsForward,
startPosReverseReads = reads_demo$readsReverse,
nbrIterations = 100, lambda = 3, kMax = 30,
minInterval = 146, maxInterval = 292, minReads = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.