Description Usage Arguments Details Value
This function is for use on sparse matrices and should not be run on a Seurat object.
1 | RowMergeSparseMatrices(mat1, mat2)
|
mat1 |
First matrix |
mat2 |
Second matrix |
Shared matrix rows (with the same row name) will be merged, and unshared rows (with different names) will be filled with zeros in the matrix not containing the row.
A merged matrix
Returns a sparse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.