Learn R Programming

SeuratObject (version 5.0.2)

.Collections: Identify Object Collections

Description

Find all collection (named lists) slots in an S4 object

Usage

.Collections(object, exclude = character(length = 0L), ...)

Value

A character vector of names of collection slots

Arguments

object

An S4 object

exclude

A character vector of slot names to exclude

...

Arguments passed to IsNamedList

See Also

.FilterObjects(), .FindObject(), .Subobjects()

Examples

Run this code
.Collections(pbmc_small)

Run the code above in your browser using DataLab