Learn R Programming

SeuratObject (version 5.0.2)

subset.DimReduc: Subset a Dimensional Reduction

Description

Subset a DimReduc object

Usage

# S3 method for DimReduc
subset(x, cells = NULL, features = NULL, ...)

Value

x for cells cells and features features

Arguments

x

A DimReduc object

cells, features

Cells and features to keep during the subset

...

Ignored

See Also

Dimensional reduction object, validity, and interaction methods CreateDimReducObject(), DimReduc-class, DimReduc-validity, [.DimReduc(), [[.DimReduc(), dim.DimReduc(), merge.DimReduc(), print.DimReduc()