Learn R Programming

SeuratObject (version 4.1.4)

Assays: Query Specific Object Types

Description

List the names of Assay, DimReduc, Graph, Neighbor objects

Usage

Assays(object, slot = NULL)

Graphs(object, slot = NULL)

Neighbors(object, slot = NULL)

Reductions(object, slot = NULL)

Value

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

Arguments

object

A Seurat object

slot

Name of component object to return

Examples

Run this code
Assays(object = pbmc_small)

Graphs(pbmc_small)

Reductions(object = pbmc_small)

Run the code above in your browser using DataLab