Learn R Programming

RnBeads (version 1.4.0)

save.tables,RnBDiffMeth-method: save.tables-methods

Description

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

Usage

"save.tables"(object, file)

Arguments

object
RnBDiffMeth object
file
path on the disk to save to.

Value

success

Examples

Run this code

library(RnBeads.hg19)
data(small.example.object)
logger.start(fname=NA)
dm <- rnb.execute.computeDiffMeth(rnb.set.example,pheno.cols=c("Sample_Group","Treatment"),disk.dump=TRUE,disk.dump.dir=tempfile())
save.tables(dm,tempfile())

Run the code above in your browser using DataLab