to_graph | R Documentation |
Convert a matrix to a Graph object (using as.Graph).
to_graph(obj, verbose = TRUE)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
verbose |
Print messages. |
A sparse as.Graph object.
obj <- example_obj("matrix")
obj2 <- to_graph(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.