Description Usage Arguments Value Author(s) Examples
View source: R/print.rjmcmcNucleosomesBeforeAndAfterPostTreatment.R
Generated a formated output of a list marked as
an rjmcmcNucleosomesBeforeAndAfterPostTreatment
class
1 2 |
x |
the output object from |
... |
arguments passed to or from other methods |
an object of class
rjmcmcNucleosomesBeforeAndAfterPostTreatment
Astrid Deschenes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Load synthetic dataset of reads
data(syntheticNucleosomeReads)
## Use dataset of reads to create GRanges object
sampleGRanges <- GRanges(syntheticNucleosomeReads$dataIP)
## Run nucleosome detection on the entire sample
## Not run: result <- rjmcmcCHR(reads = sampleGRanges, zeta = 147, delta=50,
maxLength=1200, nbrIterations = 1000, lambda = 3, kMax = 30,
minInterval = 146, maxInterval = 292, minReads = 5, vSeed = 10113,
nbCores = 2, saveAsRDS = FALSE)
## End(Not run)
## Print result
## Not run: print(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.