saveObject | R Documentation |
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.
saveObject(object, file) save.serialized.object(object, file) ## S4 method for signature 'ANY' saveObject(object, file)
object |
an SCFind object |
file |
the target filename that the object is going to be stored |
After serializing and saving it clears the redundant bytestream from memory because the memory is already loaded in memory
the SCFind
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.