GetAssay: Get an Assay object from a given Seurat object.

Description Usage Arguments Value Examples

View source: R/generics.R

Description

Get an Assay object from a given Seurat object.

Usage

1
2
3
4
GetAssay(object, ...)

## S3 method for class 'Seurat'
GetAssay(object, assay = NULL, ...)

Arguments

object

An object

...

Arguments passed to other methods

assay

Assay to get

Value

Returns an Assay object

Examples

1
2
data("pbmc_small")
GetAssay(object = pbmc_small, assay = "RNA")

mrod0101/seurat documentation built on March 2, 2022, 12:17 a.m.