reads_demo: Forward reads and reverse reads in 'numeric' format (for demo...

Description Usage Format See Also Examples

Description

A group of froward and reverse reads that can be used to test the rjmcmc function.

Usage

1

Format

A list containing:

See Also

Examples

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)

ArnaudDroitLab/RJMCMC documentation built on May 5, 2019, 7:06 a.m.