get_obsm | R Documentation |
Extract dimensionality keys objects from any single-cell object class.
get_obsm(obj, keys = NULL, n = NULL, verbose = TRUE)
obj |
Object of class:
|
keys |
The keys of reductions to extract from. |
n |
The maximum number of elements to return from that list. |
verbose |
Print messages. |
A matrix of cell embeddings coordinates.
obj <- example_obj("cds")
obsm <- get_obsm(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.