SeuratCommand-methods {SeuratObject}R Documentation

SeuratCommand Methods

Description

Methods for SeuratCommand objects for generics defined in other packages

Usage

## 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)

Arguments

x, object

A SeuratCommand object

pattern

A regular expression. Only matching names are returned.

i

For a $, a parameter name; for [, a SeuratCommand slot name

...

Arguments passed to other methods

complete

Include slots besides just parameters (eg. call string, name, timestamp)

Value

$: 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

Functions


[Package SeuratObject version 4.0.2 Index]