FilterObjects {SeuratObject} | R Documentation |
Get the names of objects within a Seurat
object that are of a
certain class
FilterObjects(object, classes.keep = c("Assay", "StdAssay", "DimReduc"))
object |
A |
classes.keep |
A vector of names of classes to get |
A vector with the names of objects within the Seurat
object
that are of class classes.keep
FilterObjects
was deprecated in version 5.0.0; use .FilterObjects
instead
FilterObjects(pbmc_small)