.ClassPkg {SeuratObject}R Documentation

Get the Package that Defines a Class

Description

Get the Package that Defines a Class

Usage

.ClassPkg(object)

## Default S3 method:
.ClassPkg(object)

## S3 method for class 'DelayedArray'
.ClassPkg(object)

## S3 method for class 'R6'
.ClassPkg(object)

## S3 method for class 'R6ClassGenerator'
.ClassPkg(object)

Arguments

object

An object

Value

The package that defines the class of object

Examples

.ClassPkg(pbmc_small)


[Package SeuratObject version 5.1.0 Index]