IsSparse {SeuratObject}R Documentation

Is a Matrix Sparse

Description

Is a Matrix Sparse

Usage

IsSparse(x)

Arguments

x

A matrix

Value

...

See Also

.SparseSlots(), RegisterSparseMatrix()

Examples

IsSparse(matrix())
IsSparse(LayerData(pbmc_small, "counts"))


[Package SeuratObject version 5.1.0 Index]