| SeuratCommand-methods {SeuratObject} | R Documentation |
SeuratCommand MethodsMethods for SeuratCommand objects for generics defined in
other packages
## S3 method for class 'SeuratCommand' .DollarNames(x, pattern = "") ## S3 method for class 'SeuratCommand' x$i, ... ## S3 method for class 'SeuratCommand' x[i, ...] ## S3 method for class 'SeuratCommand' as.list(x, complete = FALSE, ...) ## S4 method for signature 'SeuratCommand' show(object)
x, object |
A |
pattern |
A regular expression. Only matching names are returned. |
i |
For a |
... |
Arguments passed to other methods |
complete |
Include slots besides just parameters (eg. call string, name, timestamp) |
$: The value for parameter i
[: Slot i from x
as.list: A list with the parameters and, if
complete = TRUE, the call string, name, and timestamp
show: Prints summary to stdout and
invisibly returns NULL
.DollarNames.SeuratCommand: Autocompletion for $ access on a
SeuratCommand object
$.SeuratCommand: Access a parameter from a
SeuratCommand object
[.SeuratCommand: Access data from a SeuratCommand
object
as.list.SeuratCommand: Coerce a SeuratCommand to a list
show,SeuratCommand-method: Overview of a SeuratCommand object