reads_demo_02: Forward reads and reverse reads in 'integer' 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_02)

## Nucleosome positioning
rjmcmc(startPosForwardReads = reads_demo_02$readsForward,
         startPosReverseReads = reads_demo_02$readsReverse,
         nbrIterations = 150, lambda = 3, kMax = 30,
         minInterval = 144, maxInterval = 290, minReads = 6)

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