scm_merge_mats: Merge multiple single cell matrix object.

View source: R/scmat.r

scm_merge_matsR Documentation

Merge multiple single cell matrix object.

Description

Merge multiple single cell matrix object. Return the merged matrix, with merged meta data and issues an error if there are overlapping cell names between the two matrices.

Usage

scm_merge_mats(...)

Arguments

...

tgScMat objects to merge. Each parameter can be either a single tgScMat or a list of tgScMat (that will be merged)

Details

In case genes sets differs between the matrices, the union is used, with zeros (not NAs!) filling up the missing genes in the respective matrix.


tanaylab/metacell documentation built on Oct. 19, 2023, 1:01 p.m.