Description Usage Arguments Value Examples
Accessors to a NucDyn object
1 2 3 4 5 6 7 8 9 |
x |
a NucDyn object |
set.a GRangesList
with the reads paired from ref1
set.b GRangesList
with the reads paired from ref2
1 2 3 4 5 | data(readsG2_chrII)
data(readsM_chrII)
dyn <- nucleosomeDynamics(setA=readsG2_chrII, setB=readsM_chrII)
set.a(dyn)
set.b(dyn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.