dot-SparseSlots: Identify Sparse Slots

.SparseSlotsR Documentation

Identify Sparse Slots

Description

Identify Sparse Slots

Usage

.SparseSlots(x, type = c("pointers", "indices", "entries"))

## S3 method for class 'CsparseMatrix'
.SparseSlots(x, type = c("pointers", "entries", "indices"))

## S3 method for class 'RsparseMatrix'
.SparseSlots(x, type = c("pointers", "indices", "entries"))

## S3 method for class 'spam'
.SparseSlots(x, type = c("pointers", "indices", "entries"))

Arguments

x

A sparse matrix

type

...

Value

...

See Also

IsSparse(), RegisterSparseMatrix()


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.