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

Description Usage Arguments Value Examples

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
GetAssay(object = pbmc_small, assay = "RNA")

gcday/seurat_fresh documentation built on June 23, 2019, 12:02 a.m.