saveObject: Generic to be used instead of saveRDS

saveObjectR Documentation

Generic to be used instead of saveRDS

Description

This function can be used to enable the user save the loaded file in a database to avoid re-indexing and re-merging individual assays.

Usage

saveObject(object, file)

save.serialized.object(object, file)

## S4 method for signature 'ANY'
saveObject(object, file)

Arguments

object

an SCFind object

file

the target filename that the object is going to be stored

Details

After serializing and saving it clears the redundant bytestream from memory because the memory is already loaded in memory

Value

the SCFind object


hemberg-lab/scfind documentation built on March 27, 2022, 8:56 p.m.