save.tables-RnBDiffMeth-methods: save.tables-methods

Description Usage Arguments Value Author(s) Examples

Description

save the disk dumped tables to an ff archive for later reloading

Usage

1
2
## S4 method for signature 'RnBDiffMeth'
save.tables(object, file)

Arguments

object

RnBDiffMeth object

file

path on the disk to save to.

Value

success

Author(s)

Fabian Mueller

Examples

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())

RnBeads documentation built on March 3, 2021, 2 a.m.