| get_network_graph | R Documentation | 
Compute network graph embedding using UMAP.
get_network_graph(object, ...)
## S3 method for class 'GRNData'
get_network_graph(
  object,
  network = DefaultNetwork(object),
  graph_name = "module_graph",
  rna_assay = "RNA",
  rna_layer = "data",
  umap_method = c("weighted", "corr", "coef", "none"),
  features = NULL,
  random_seed = 111,
  verbose = TRUE,
  ...
)
| object | An object. | 
| ... | Additional arguments for  | 
| network | Name of the network to use. | 
| graph_name | Name of the graph. | 
| rna_assay | Name of the RNA assay. | 
| rna_layer | Name of the RNA slot to use. | 
| umap_method | Method to compute edge weights for UMAP: 
 | 
| features | Features to use to create the graph. If  | 
| random_seed | Random seed for UMAP computation | 
| verbose | Print messages. | 
A GRNData object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.