Command {SeuratObject} | R Documentation |
Get SeuratCommands
Description
Pull information on previously run commands in the Seurat object.
Usage
Command(object, ...)
## S3 method for class 'Seurat'
Command(object, command = NULL, value = NULL, ...)
Arguments
object |
An object |
... |
Arguments passed to other methods |
command |
Name of the command to pull, pass |
value |
Name of the parameter to pull the value for |
Value
Either a SeuratCommand object or the requested parameter value
[Package SeuratObject version 5.0.2 Index]