Learn R Programming

RnBeads (version 1.4.0)

save.rnb.set: save.rnb.set

Description

Consistent saving of an RnBSet objects with large matrices of type ff.

Usage

save.rnb.set(object, path, archive = TRUE)

Arguments

object
RnBSet-inheriting object.
path
the name of the output file (or directory if archive is FALSE) without an extension. If only the file name is given the object will be saved in the current working directory.
archive
if TRUE (default value) the output is a ZIP-file.

Value

invisibly, the full path to the ZIP file (if archive is TRUE), or to the output directory (otherwise)

Details

The saved object can be reloaded with the load.rnb.set function.