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


satijalab/seurat documentation built on March 20, 2024, 8:41 p.m.