Learn R Programming

Seurat (version 3.1.0)

Assays: Pull Assays or assay names

Description

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

Usage

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

Run this code
# NOT RUN {
Assays(object = pbmc_small)

# }

Run the code above in your browser using DataLab