Learn R Programming

SeuratObject (version 5.0.2)

as.list.SeuratCommand: Coerce a SeuratCommand to a list

Description

Coerce a SeuratCommand to a list

Usage

# S3 method for SeuratCommand
as.list(x, complete = FALSE, ...)

Value

A list with the parameters and, if complete = TRUE, the call string, name, and timestamp

Arguments

x

A SeuratCommand object

complete

Include slots besides just parameters (eg. call string, name, timestamp)

...

Ignored

See Also

Command log object and interaction methods $.SeuratCommand(), .DollarNames.SeuratCommand(), LogSeuratCommand(), SeuratCommand-class, [.SeuratCommand()

Examples

Run this code
cmd <- pbmc_small[["NormalizeData.RNA"]]
as.list(cmd)
as.list(cmd, complete = TRUE)

Run the code above in your browser using DataLab