| .FindObject | R Documentation |
Determine the slot that a subobject is contained in
.FindObject(object, name, exclude = c("misc", "tools"))
object |
An S4 object |
name |
Name of subobject to find |
exclude |
A character vector of slot names to exclude |
The name of the slot that contains name; returns NULL
if a subobject named name cannot be found
.Collections(),
.FilterObjects(),
.Subobjects()
.FindObject(pbmc_small, "tsne")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.