save.rnb.set: save.rnb.set

Description Usage Arguments Details Value Author(s)

View source: R/RnBSet-class.R

Description

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

Usage

1
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


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