scm_merge_mats | R Documentation |
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.
scm_merge_mats(...)
... |
tgScMat objects to merge. Each parameter can be either a single tgScMat or a list of tgScMat (that will be merged) |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.