RJMCMC_result: Nucleosomes obtained by running RJMCMC function (for demo...

Description Usage Format See Also Examples

Description

A list of class "rjmcmcNucleosomes" which contains the information about the detected nucleosomes.

Usage

1

Format

A list of class "rjmcmcNucleosomes" containing:

See Also

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Loading dataset
data(RJMCMC_result)
data(reads_demo)

## Results before post-treatment
RJMCMC_result$mu

## Post-treatment function which merged closely positioned nucleosomes
postResult <- postTreatment(startPosForwardReads = reads_demo$readsForward,
startPosReverseReads = reads_demo$readsReverse, RJMCMC_result, 74, 73500)

## Results after post-treatment
postResult

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