IsGlobal: Is an object global/persistent?

Description Usage Arguments Value Examples

View source: R/generics.R

Description

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

Usage

1
2
3
4
5
6
7
IsGlobal(object, ...)

## Default S3 method:
IsGlobal(object, ...)

## S3 method for class 'DimReduc'
IsGlobal(object, ...)

Arguments

object

An object

...

Arguments passed to other methods

Value

TRUE if the object is global/persistent otherwise FALSE

Examples

1

lambdamoses/SeuratBasics documentation built on May 6, 2020, 9:32 a.m.