Description Usage Arguments Value Author(s) Examples
save the disk dumped tables to an ff archive for later reloading
1 2 | ## S4 method for signature 'RnBDiffMeth'
save.tables(object, file)
|
object |
|
file |
path on the disk to save to. |
success
Fabian Mueller
1 2 3 4 5 6 7 | library(RnBeads.hg19)
data(small.example.object)
logger.start(fname=NA)
pcols <- c("Sample_Group","Treatment")
tdir <- tempfile()
dm <- rnb.execute.computeDiffMeth(rnb.set.example,pcols,disk.dump=TRUE,disk.dump.dir=tdir)
save.tables(dm,tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.