Save a DsAcc dataset to disk for later loading

saveDsAcc(.object, path, forceDiskDump = FALSE, updateDiskRef = TRUE)

Arguments

.object

DsAcc object

path

destination to save the object to

forceDiskDump

force large matrices (counts) to be stored as HDF5 (even when the object was not created using diskDump=TRUE)

updateDiskRef

update disk dumped (HDF5) references (e.g. for count data)

Value

(invisibly) The object (with potentially updated disk dumped references)

Author

Fabian Mueller