.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 IterableMatrix

simplify

Return “disk” for on-disk matrices

Value

One of the following, depending on the mode of object:

If simplify is TRUE, returns “disk” instead of “file” or “directory


[Package SeuratObject version 5.1.0 Index]