as.list.SeuratCommand | R Documentation |
SeuratCommand
to a listCoerce a SeuratCommand
to a list
## S3 method for class 'SeuratCommand'
as.list(x, complete = FALSE, ...)
x |
A |
complete |
Include slots besides just parameters (eg. call string, name, timestamp) |
... |
Ignored |
A list with the parameters and, if complete = TRUE
,
the call string, name, and timestamp
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.