isave.image: isave.image

View source: R/Seurat.Utils.R

isave.imageR Documentation

isave.image

Description

Save an image of the current workspace using a faster and efficient compression method that runs in the background.

Usage

isave.image(
  ...,
  path_rdata = paste0("~/Dropbox/Abel.IMBA/AnalysisD/_Rdata.files/", basename(OutDir)),
  showMemObject = TRUE,
  options = c("--force", NULL)[1]
)

Arguments

...

Additional parameters passed to the idate() function in the creation of the file name.

path_rdata

A string that specifies the path for storing the image of the workspace. Default: "~/Dropbox/Abel.IMBA/AnalysisD/_Rdata.files/" appended with the basename of OutDir.

showMemObject

A boolean flag, if TRUE the function will print out the memory size of the largest objects in the workspace. Default: TRUE.

options

A string for gzip options. Default: "–force".

Examples

## Not run: 
if (interactive()) {
  isave.image(my.R.image)
}

## End(Not run)

vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.