ObjectAccess: Query Specific Object Types

AssaysR Documentation

Query Specific Object Types

Description

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

Usage

Assays(object, ...)

Graphs(object, slot = NULL)

Neighbors(object, slot = NULL)

Reductions(object, slot = NULL)

## S3 method for class 'Seurat'
Assays(object, slot = deprecated(), ...)

Arguments

object

A Seurat object

...

Ignored

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

Assays(pbmc_small)

Graphs(pbmc_small)

Reductions(object = pbmc_small)


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.