Autocompletion for $ access on a SeuratCommand object

# S3 method for SeuratCommand
.DollarNames(x, pattern = "")

Arguments

x

A SeuratCommand object

pattern

A regular expression. Only matching names are returned.

Value

The parameter name matches for pattern

See also

Command log object and interaction methods $.SeuratCommand(), LogSeuratCommand(), SeuratCommand-class, [.SeuratCommand(), as.list.SeuratCommand()