Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

SeuratObject (version 4.0.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)

Arguments

object

A Seurat object

slot

Name of component object to return

Value

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

Examples

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

Graphs(pbmc_small)

Reductions(object = pbmc_small)

# }

Run the code above in your browser using DataLab