Is an object global/persistent?
Typically, when removing Assay
objects from an Seurat
object,
all associated objects (eg. DimReduc
, Graph
, and
SeuratCommand
objects)
are removed as well. If an associated object is marked as global/persistent,
the associated object will remain even if its original assay was deleted
IsGlobal(object, ...) ## Default S3 method: IsGlobal(object, ...) ## S3 method for class 'DimReduc' IsGlobal(object, ...)
object |
An object |
... |
Arguments passed to other methods |
TRUE
if the object is global/persistent otherwise FALSE
IsGlobal(pbmc_small[['pca']])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.