Assays | R Documentation |
List the names of Assay
, DimReduc
,
Graph
, Neighbor
objects
Assays(object, ...)
Graphs(object, slot = NULL)
Neighbors(object, slot = NULL)
Reductions(object, slot = NULL)
## S3 method for class 'Seurat'
Assays(object, slot = deprecated(), ...)
object |
A |
... |
Ignored |
slot |
Name of component object to return |
If slot
is NULL
, the names of all component objects
in this Seurat
object. Otherwise, the specific object specified
Assays(pbmc_small)
Graphs(pbmc_small)
Reductions(object = pbmc_small)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.