reads_demo_02 {RJMCMCNucleosomes}R Documentation

Forward reads and reverse reads in GRanges format (for demo purpose).

Description

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

Usage

data(reads_demo_02)

Format

A GRanges containing forward and reverse reads.

Value

A GRanges containing forward and reverse reads.

See Also

Examples


## 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)


[Package RJMCMCNucleosomes version 1.14.0 Index]