.BPMatrixMode {SeuratObject} | R Documentation |
BPCells Matrix Mode
Description
Get the mode (on-disk, in-memory) of an IterableMatrix
object
from BPCells
Usage
.BPMatrixMode(object, simplify = FALSE)
Arguments
object |
An |
simplify |
Return “ |
Value
One of the following, depending on the mode of object
:
-
“
memory
” -
“
file
” -
“
directory
”
If simplify
is TRUE
, returns “disk
” instead of
“file
” or “directory
”
[Package SeuratObject version 5.1.0 Index]