.Subobjects {SeuratObject} | R 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 |
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)
[Package SeuratObject version 5.1.0 Index]