$.SeuratCommand {SeuratObject} | R Documentation |
Command Log Parameter Access
Description
Pull parameter values from a SeuratCommand
object
Usage
## S3 method for class 'SeuratCommand'
x$i
Arguments
x |
A |
i |
A parameter name |
Value
The value for parameter i
See Also
Command log object and interaction methods
.DollarNames.SeuratCommand()
,
LogSeuratCommand()
,
SeuratCommand-class
,
[.SeuratCommand()
,
as.list.SeuratCommand()
Examples
cmd <- pbmc_small[["NormalizeData.RNA"]]
cmd$normalization.method
[Package SeuratObject version 5.0.2 Index]