dot-Collections: Identify Object Collections

.CollectionsR Documentation

Identify Object Collections

Description

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

Usage

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

Arguments

object

An S4 object

exclude

A character vector of slot names to exclude

...

Arguments passed to IsNamedList

Value

A character vector of names of collection slots

See Also

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

Examples

.Collections(pbmc_small)


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.