Learn R Programming

Seurat (version 2.0.0)

MakeSparse: Make object sparse

Description

Converts stored data matrices to sparse matrices to save space. Converts object@raw.data and object@data to sparse matrices.

Usage

MakeSparse(object)

Arguments

object

Seurat object

Value

Returns a seurat object with data converted to sparse matrices.