get_graphs | R Documentation |
Get graph objects from any single-cell object class.
get_graphs(obj, keys = NULL, n = NULL, verbose = TRUE)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
keys |
The keys of reductions to extract from. |
n |
The maximum number of elements to return from that list. |
verbose |
Print messages. |
Named list of graph objects.
obj <- example_obj("seurat")
g <- get_graphs(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.