propagate_gene_edges | R Documentation |
Remove non-gene nodes from pathway and reconnect nodes
propagate_gene_edges(graph)
graph |
Biological pathway |
graph with only genes as nodes
dag <- create_random_DAG(30, 0.2) propagate_gene_edges(dag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.