merge.DimReduc: Merge Dimensional Reductions

View source: R/dimreduc.R

merge.DimReducR Documentation

Merge Dimensional Reductions

Description

Merge two or more dimensional reduction together

Usage

## S3 method for class 'DimReduc'
merge(x = NULL, y = NULL, add.cell.ids = NULL, ...)

Arguments

x

A DimReduc object

y

One or more DimReduc objects

add.cell.ids

A character vector equal to the number of objects provided to append to all cell names; if TRUE, uses labels as add.cell.ids

...

Ignored

Value

A new DimReduc object with data merged from c(x, y)

See Also

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


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