[.SeuratCommand {SeuratObject} | R Documentation |
Command Log Data Access
Description
Access data from a SeuratCommand
object
Usage
## S3 method for class 'SeuratCommand'
x[i, ...]
Arguments
x |
A |
i |
The name of a command log slot |
... |
Ignored |
Value
[
: Slot i
from x
See Also
Command log object and interaction methods
$.SeuratCommand()
,
.DollarNames.SeuratCommand()
,
LogSeuratCommand()
,
SeuratCommand-class
,
as.list.SeuratCommand()
Examples
cmd <- pbmc_small[["NormalizeData.RNA"]]
cmd["call.string"]
[Package SeuratObject version 5.0.2 Index]