.SparseSlots {SeuratObject} | R Documentation |
Identify Sparse Slots
.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"))
x |
A sparse matrix |
type |
... |
...
IsSparse()
,
RegisterSparseMatrix()