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

View source: R/generics.R

GetAssayR Documentation

Get an Assay object from a given Seurat object.

Description

Get an Assay object from a given Seurat object.

Usage

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

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


Seurat documentation built on Nov. 18, 2023, 1:10 a.m.