Learn R Programming

SeuratObject (version 5.0.2)

show,DimReduc-method: Dimensional Reduction Overview

Description

Overview of a DimReduc object

Usage

# S4 method for DimReduc
show(object)

Value

Prints summary to stdout and invisibly returns NULL

Arguments

object

A dimensional reduction

See Also

DimReduc

Examples

Run this code
pca <- pbmc_small[["pca"]]
pca

Run the code above in your browser using DataLab