Learn R Programming

Seurat (version 3.0.1)

Seurat-package: Tools for single-cell genomics

Description

Tools for single-cell genomics

Arguments

Package options

Seurat uses the following [options()] to configure behaviour:

  • `Seurat.memsafe`: global option to call gc() after many operations. This can be helpful in cleaning up the memory status of the R session and prevent use of swap space. However, it does add to the computational overhead and setting to FALSE can speed things up if you're working in an environment where RAM availabiliy is not a concern.