.BPMatrixMode {SeuratObject} | R Documentation |
Get the mode (on-disk, in-memory) of an IterableMatrix
object
from BPCells
.BPMatrixMode(object, simplify = FALSE)
object |
An |
simplify |
Return “ |
One of the following, depending on the mode of object
:
“memory
”
“file
”
“directory
”
If simplify
is TRUE
, returns “disk
” instead of
“file
” or “directory
”