Access data from a SeuratCommand object

# S3 method for SeuratCommand
[(x, i, ...)

Arguments

x

A SeuratCommand object

i

The name of a command log slot

...

Ignored

Value

[: Slot i from x

See also

Examples

cmd <- pbmc_small[["NormalizeData.RNA"]]
cmd["call.string"]
#> [1] "NormalizeData(object = pbmc_small)"