.FilterObjects | R Documentation |
Find Subobjects Of A Certain Class
.FilterObjects(object, classes.keep = c("Assay", "StdAssay", "DimReduc"))
object |
An S4 object |
classes.keep |
A vector of classes to keep |
A vector of object names that are of class classes.keep
.Collections()
,
.FindObject()
,
.Subobjects()
.FilterObjects(pbmc_small)
.FilterObjects(pbmc_small, "Graph")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.