set_graph | R Documentation |
Set graph objects in any single-cell object class.
set_graph(obj, g, key, verbose = TRUE)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
g |
A graph. |
key |
Name of the graph key to set |
verbose |
Print messages. |
Named list of graph objects.
obj <- example_obj("seurat")
g <- get_cor(obj)
obj2 <- set_graph(obj=obj, g=g, key="cor_graph")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.