| save.rnb.set {RnBeads} | R Documentation |
Consistent saving of an RnBSet objects with large matrices of type ff.
save.rnb.set(object, path, archive = TRUE)
object |
|
path |
the name of the output file (or directory if |
archive |
if |
The saved object can be reloaded with the load.rnb.set function.
invisibly, the full path to the ZIP file (if archive is TRUE),
or to the output directory (otherwise)
Pavlo Lutsik