Assays: Pull Assays or assay names

Description Usage Arguments Value Examples

View source: R/objects.R

Description

Lists the names of Assay objects present in a Seurat object. If slot is provided, pulls specified Assay object.

Usage

1
Assays(object, slot = NULL)

Arguments

object

A Seurat object

slot

Name of Assay to return

Value

If slot is NULL, the names of all Assay objects in this Seurat object. Otherwise, the Assay object specified

Examples

1
Assays(object = pbmc_small)

lambdamoses/SeuratBasics documentation built on May 6, 2020, 9:32 a.m.