
Last chance! 50% off unlimited learning
Sale ends in
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, ...)# S3 method for default
IsGlobal(object, ...)
# S3 method for DimReduc
IsGlobal(object, ...)
An object
Arguments passed to other methods
TRUE
if the object is global/persistent otherwise FALSE
# NOT RUN {
IsGlobal(pbmc_small[['pca']])
# }
Run the code above in your browser using DataLab