.Collections {SeuratObject} | R 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 |
Value
A character vector of names of collection slots
See Also
.FilterObjects()
,
.FindObject()
,
.Subobjects()
Examples
.Collections(pbmc_small)
[Package SeuratObject version 5.1.0 Index]