Description Usage Arguments Value
Converts stored data matrices to sparse matrices to save space. Converts object@raw.data and object@data to sparse matrices. If the snn has been stored as a dense matrix, this will convert it to a sparse matrix, store it in object@snn.sparse and remove object@snn.dense.
1 | MakeSparse(object)
|
object |
Seurat object |
Returns a seurat object with data converted to sparse matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.