show,DimReduc-method {SeuratObject}R Documentation

Dimensional Reduction Overview

Description

Overview of a DimReduc object

Usage

## S4 method for signature 'DimReduc'
show(object)

Arguments

object

A dimensional reduction

Value

Prints summary to stdout and invisibly returns NULL

See Also

DimReduc

Examples

pca <- pbmc_small[["pca"]]
pca


[Package SeuratObject version 5.1.0 Index]