Description Usage Arguments Author(s)
Initialize an RnBDiffMeth object
1 2 3 4 5 6 7 8 9 | ## S4 method for signature 'RnBDiffMeth'
initialize(
.Object,
site.test.method = rnb.getOption("differential.site.test.method"),
variability.method = rnb.getOption("differential.variability.method"),
covg.thres = rnb.getOption("filtering.coverage.threshold"),
disk.dump = FALSE,
disk.path = NULL
)
|
.Object |
New instance of |
site.test.method |
method which was applied to obtain the site-level p-values. |
variability.method |
method to be used to calculate differentially variable sites. Has to be one of: ‘diffVar’ or ‘iEVORA’. |
covg.thres |
coverage threshold. Important for certain columns of the differential methylation tables.
See |
disk.dump |
Flag indicating whether the tables should be stored on disk rather than in the main memory |
disk.path |
Path on the disk for DMTs.Only meaningful if |
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.