SeuratCommand
to a listCoerce a SeuratCommand
to a list
# S3 method for SeuratCommand
as.list(x, complete = FALSE, ...)
A list with the parameters and, if complete = TRUE
,
the call string, name, and timestamp
A SeuratCommand
object
Include slots besides just parameters (eg. call string, name, timestamp)
Ignored
Command log object and interaction methods
$.SeuratCommand()
,
.DollarNames.SeuratCommand()
,
LogSeuratCommand()
,
SeuratCommand-class
,
[.SeuratCommand()
cmd <- pbmc_small[["NormalizeData.RNA"]]
as.list(cmd)
as.list(cmd, complete = TRUE)
Run the code above in your browser using DataLab