compressSerHD5 | R Documentation |
compressSerHD5 will save space on your drives.
compressSerHD5(
SerObj = NULL,
load.path = NULL,
overwrite = F,
save.path = NULL,
updateSerObj = F,
returnSerObj = F
)
SerObj |
A Seurat Object |
load.path |
the path to a seurat .rds file |
overwrite |
default F overwirtes the new hd5 if exists |
save.path |
the path to the desired hd5 seurat file. Default is NULL which then load.path is used to save the new object next to it. |
updateSerObj |
default F if T runs UpdateSerObj() |
returnSerObj |
default F if T returns the Seurat object to be used in a pipeline |
Saves HD5 Seurat object to path given
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.