save.tables,RnBDiffMeth-method {RnBeads} | R Documentation |
save the disk dumped tables to an ff archive for later reloading
## S4 method for signature 'RnBDiffMeth' save.tables(object, file)
object |
|
file |
path on the disk to save to. |
success
Fabian Mueller
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())