Storage for SeuratCommand

Storage for SeuratCommand

Details

TileDB array with options for storing SeuratCommand objects.

Public fields

verbose

Print status messages

Methods

Inherited methods


Method from_named_list_of_commands()

Store the Seurat Command history to TileDB

Usage

CommandsArray$from_named_list_of_commands(x)

Arguments

x

a named list of Seurat Command objects


Method to_named_list_of_commands()

Retrieve the Seurat Command history from TileDB

Usage

CommandsArray$to_named_list_of_commands()

Returns

A named list of Seurat Command objects


Method clone()

The objects of this class are cloneable with this method.

Usage

CommandsArray$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.