Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

SeuratCommand-methods

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

  • .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


SeuratObject

Data Structures for Single Cell Data

v4.0.1
GPL-3
Authors
Rahul Satija [aut] (<https://orcid.org/0000-0001-9448-8833>), Andrew Butler [aut] (<https://orcid.org/0000-0003-3608-0463>), Paul Hoffman [aut, cre] (<https://orcid.org/0000-0002-7693-8957>), Tim Stuart [aut] (<https://orcid.org/0000-0002-3044-0897>), Jeff Farrell [ctb], Shiwei Zheng [ctb] (<https://orcid.org/0000-0001-6682-6743>), Christoph Hafemeister [ctb] (<https://orcid.org/0000-0001-6365-8254>), Patrick Roelli [ctb], Yuhan Hao [ctb] (<https://orcid.org/0000-0002-1810-0822>)
Initial release
2021-05-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.