SeuratCommand MethodsMethods for SeuratCommand objects for generics defined in
other packages
# S3 method for SeuratCommand
.DollarNames(x, pattern = "")# S3 method for SeuratCommand
$(x, i, ...)
# S3 method for SeuratCommand
[(x, i, ...)
# S3 method for SeuratCommand
as.list(x, complete = FALSE, ...)
# S4 method for SeuratCommand
show(object)
$: 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
A SeuratCommand object
A regular expression. Only matching names are returned.
For a $, a parameter name; for [, a
SeuratCommand slot name
Arguments passed to other methods
Include slots besides just parameters (eg. call string, name, timestamp)
.DollarNames(SeuratCommand): Autocompletion for $ access on a
SeuratCommand object
$: Access a parameter from a
SeuratCommand object
[: Access data from a SeuratCommand
object
as.list(SeuratCommand): Coerce a SeuratCommand to a list
show(SeuratCommand): Overview of a SeuratCommand object