StitchMatrix: Stitch Matrices Together

View source: R/generics.R

StitchMatrixR Documentation

Stitch Matrices Together

Description

Stitch Matrices Together

Usage

StitchMatrix(x, y, rowmap, colmap, ...)

Arguments

x

A matrix

y

One or more matrices of the same class or coercible to the same class as x

rowmap, colmap

LogMaps describing the row and cell membership of each matrix; the LogMap entries are assumed to be in the order of c(x, y)

...

Arguments passed to other methods

Value

A single matrix of type class(x) consisting of all values in component matrices


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