dot-Subobjects: Get the Subobject Names

.SubobjectsR Documentation

Get the Subobject Names

Description

Get the Subobject Names

Usage

.Subobjects(object, exclude = c("misc", "tools"), collapse = TRUE, ...)

Arguments

object

An S4 object

exclude

A character vector of slot names to exclude

collapse

Collapse the list into a vector

...

Arguments passed to IsNamedList

Value

If collapse = TRUE, then a vector with the names of all subobjects; otherwise, a named list where the names are the names of the collections and the values are the names of subobjects within the collection

See Also

.Collections(), .FilterObjects(), .FindObject()

Examples

.Subobjects(pbmc_small)


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