RJMCMC_result: Nucleosomes obtained by running RJMCMC function using reads...

Description Usage Format Value 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:

Value

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

## Results before post-treatment
RJMCMC_result$mu

## Post-treatment function which merged closely positioned nucleosomes
postResult <- postTreatment(reads = reads_demo_02,
    extendingSize = 60, chrLength = 100000, resultRJMCMC = RJMCMC_result)

## Results after post-treatment
postResult

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