RJMCMC_result {RJMCMCNucleosomes}R Documentation

Nucleosomes obtained by running RJMCMC function using reads from reads_demo_02 dataset (for demo purpose).

Description

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

Usage

data(RJMCMC_result)

Format

A list of class "rjmcmcNucleosomes" containing:

Value

A list of class "rjmcmcNucleosomes" containing:

See Also

Examples


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


[Package RJMCMCNucleosomes version 1.18.0 Index]