Learn R Programming

Seurat (version 3.1.0)

Reductions: Pull DimReducs or DimReduc names

Description

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

Usage

Reductions(object, slot = NULL)

Arguments

object

A Seurat object

slot

Name of DimReduc

Value

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

Examples

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

# }

Run the code above in your browser using DataLab