View source: R/plot_adjacency_matrix.R
plot_adjacency_matrix | R Documentation |
This function allows you to visualize the inferred adjacency matrix after running fit_banyan()
plot_adjacency_matrix(fit, layer = "expression")
fit |
A list returned by fit_banyan(). Must have slots named "A" and "z". |
layer |
Either "expression" (default) or "spatial" for which adjacency network to use |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.