Description Usage Arguments Author(s) Examples
Generated a formated output of a list marked as
an rjmcmcNucleosomesMerge
class
1 2 |
x |
the output object from |
... |
arguments passed to or from other methods |
Astrid Deschenes
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Use a directory present in the RJMCMC package
directoryWithRDSFiles <- system.file("extdata", package = "RJMCMC")
## Merge nucleosomes info from RDS files present in directory
## It is assumed that all files present in the directory are nucleosomes
## result for the same chromosome
result <- mergeAllRDSFilesFromDirectory(directoryWithRDSFiles)
## Show resulting nucleosomes
print(result)
## or simply
result
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.