save.rnb.set {RnBeads}R Documentation

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.

Details

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

Value

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

Author(s)

Pavlo Lutsik


[Package RnBeads version 2.12.2 Index]