get_varm | R Documentation |
Extract variable feature loadings from any single-cell object class.
get_varm(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 named list of matrices containing the feature loadings.
obj <- example_obj("seurat")
varm <- get_varm(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.